We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a967dd commit 9288a03Copy full SHA for 9288a03
labextension/vpython/src/glowcommlab.d.ts
@@ -1,3 +1,3 @@
1
export function onmessage (msg: any): void;
2
-export function setupWebsocket (msg: any): void;
+export function setupWebsocket (msg: any, serviceUrl: any): void;
3
export var comm: any;
0 commit comments