@finos/perspective
Preparing search index...
src/ts/websocket.ts
websocket
Function websocket
websocket
(
WebSocket
:
{
CLOSED
:
3
;
CLOSING
:
2
;
CONNECTING
:
0
;
OPEN
:
1
;
prototype
:
WebSocket
;
new
(
url
:
string
|
URL
,
protocols
?:
string
|
string
[]
)
:
WebSocket
;
}
,
Client
:
typeof
Client
,
url
:
string
|
URL
,
options
?:
{
maxPayload
:
number
}
,
)
:
Promise
<
Client
>
Parameters
WebSocket
:
{
CLOSED
:
3
;
CLOSING
:
2
;
CONNECTING
:
0
;
OPEN
:
1
;
prototype
:
WebSocket
;
new
(
url
:
string
|
URL
,
protocols
?:
string
|
string
[]
)
:
WebSocket
;
}
Client
:
typeof
Client
url
:
string
|
URL
Optional
options
:
{
maxPayload
:
number
}
Returns
Promise
<
Client
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@finos/perspective
Loading...