kkrpc
Preparing search index...
@kunkun/kkrpc
WebSocketClientIO
Class WebSocketClientIO
WebSocket Client implementation of IoInterface
Implements
DestroyableIoInterface
Index
Constructors
constructor
Properties
name
Methods
destroy
read
signal
Destroy
write
Constructors
constructor
new
WebSocketClientIO
(
options
:
WebSocketClientOptions
)
:
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
signalDestroy
()
:
void
Returns
void
write
write
(
data
:
string
)
:
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