mirror of
https://github.com/wisplite/tether-ts.git
synced 2026-05-01 06:22:41 -05:00
pass callbacks to client
This commit is contained in:
Vendored
+3
-3
@@ -1,9 +1,9 @@
|
||||
export declare class WebSocketHandler {
|
||||
private ws;
|
||||
private url;
|
||||
private subscribedQueries;
|
||||
private onOpen;
|
||||
private onClose;
|
||||
onOpen: () => void;
|
||||
onQuery: (location: string | undefined, data: any) => void;
|
||||
onClose: () => void;
|
||||
private reconnectAttempts;
|
||||
private maxReconnectAttempts;
|
||||
private reconnectInterval;
|
||||
|
||||
Reference in New Issue
Block a user