You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log("where - authenticationModeOptions in constructor:",this.authenticationModeOptions,options);
128
127
129
128
if(!options.endpoint)thrownewError("Must provide an `endpoint` option for a GadgetConnection to connect to");
130
129
this.endpoint=options.endpoint;
@@ -180,12 +179,6 @@ export class GadgetConnection {
180
179
* @private This function is generally not required for use by external developers, but is useful for those building integrations against the Gadget API to configure passed in `api` objects.
0 commit comments