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
`"Can't use this GadgetClient for this subscription-based operation as there's no global WebSocket implementation available. Please pass one as the \`websocketImplementation\` option to the GadgetClient constructor."`
"Can't use this GadgetClient for this subscription-based operation as there's no global WebSocket implementation available. Please pass one as the `websocketImplementation` option to the GadgetClient constructor."
379
+
);
380
+
}
381
+
377
382
leturl=this.websocketsEndpoint;
378
383
if(overrides?.urlParams){
379
384
constparams=newURLSearchParams();
@@ -503,6 +508,13 @@ export class GadgetConnection {
0 commit comments