Properties
Readonly _detectNetwork
Readonly _requests
_requests: { 
    [name: string]: InflightRequest; 
}
Type declaration
- 
[name: string]: InflightRequest
 
Readonly _subIds
_subIds: { 
    [tag: string]: Promise<string>; 
}
Type declaration
- 
[tag: string]: Promise<string>
 
Readonly _subs
_subs: { 
    [name: string]: Subscription; 
}
Type declaration
- 
[name: string]: Subscription
 
Readonly _websocket
_websocket: any
_wsReady
_wsReady: boolean