Preparing search index...
The search index is not available
zibri
zibri
websocket/models/websocket-response.model
WebsocketResponseHandler
Type Alias WebsocketResponseHandler
WebsocketResponseHandler
:
(
res
:
WebsocketMessage
)
=>
void
|
Promise
<
void
>
A handler for processing websocket responses. Is sent by the client.
Type declaration
(
res
:
WebsocketMessage
)
:
void
|
Promise
<
void
>
Parameters
res
:
WebsocketMessage
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
zibri
Loading...
A handler for processing websocket responses. Is sent by the client.