AIRI Server API - v0.10.2
Preparing search index...
server-sdk/src
WebSocketLikeConstructor
Interface WebSocketLikeConstructor
interface
WebSocketLikeConstructor
{
new
WebSocketLikeConstructor
(
url
:
string
)
:
WebSocketLike
;
OPEN
:
number
;
CLOSING
:
number
;
CLOSED
:
number
;
}
Index
Constructors
constructor
Properties
OPEN
CLOSING
CLOSED
Constructors
constructor
new
WebSocketLikeConstructor
(
url
:
string
)
:
WebSocketLike
Parameters
url
:
string
Returns
WebSocketLike
Properties
Readonly
OPEN
OPEN
:
number
Readonly
CLOSING
CLOSING
:
number
Readonly
CLOSED
CLOSED
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
OPEN
CLOSING
CLOSED
AIRI Server API - v0.10.2
Loading...