Preparing search index...
The search index is not available
kkrpc
kkrpc
mod
WebSocketClientIO
Class WebSocketClientIO
WebSocket Client implementation of IoInterface
Implements
DestroyableIoInterface
Index
Constructors
constructor
Properties
name
Methods
destroy
read
signal
Destroy
write
Constructors
constructor
new
Web
Socket
ClientIO
(
options
)
:
WebSocketClientIO
Parameters
options
:
WebSocketClientOptions
Returns
WebSocketClientIO
Properties
name
name
:
string
= "websocket-client-io"
Methods
destroy
destroy
(
)
:
void
Returns
void
read
read
(
)
:
Promise
<
null
|
string
>
Returns
Promise
<
null
|
string
>
signal
Destroy
signal
Destroy
(
)
:
void
Returns
void
write
write
(
data
)
:
Promise
<
void
>
Parameters
data
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
Methods
destroy
read
signal
Destroy
write
kkrpc
Loading...
WebSocket Client implementation of IoInterface