yaschema-ws-api-client
Preparing search index...
CommonWebSocket
Interface CommonWebSocket
interface
CommonWebSocket
{
new
CommonWebSocket
(
url
:
string
|
URL
,
protocols
?:
string
|
string
[]
,
)
:
WebSocket
;
CLOSED
:
number
;
CLOSING
:
number
;
CONNECTING
:
number
;
OPEN
:
number
;
}
Index
Constructors
constructor
Properties
CLOSED
CLOSING
CONNECTING
OPEN
Constructors
constructor
new
CommonWebSocket
(
url
:
string
|
URL
,
protocols
?:
string
|
string
[]
)
:
WebSocket
Parameters
url
:
string
|
URL
Optional
protocols
:
string
|
string
[]
Returns
WebSocket
Properties
Readonly
CLOSED
CLOSED
:
number
Readonly
CLOSING
CLOSING
:
number
Readonly
CONNECTING
CONNECTING
:
number
Readonly
OPEN
OPEN
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
CLOSED
CLOSING
CONNECTING
OPEN
yaschema-ws-api-client
Loading...