Skip to content

Commit 9288a03

Browse files
authored
Added Websocket support.
Added Websocket support through proxy server.
1 parent 7a967dd commit 9288a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export function onmessage (msg: any): void;
2-
export function setupWebsocket (msg: any): void;
2+
export function setupWebsocket (msg: any, serviceUrl: any): void;
33
export var comm: any;

0 commit comments

Comments
 (0)