Synclets logoSynclets

WsClientTransportOptions

The WsClientTransportOptions type describes configuration for a WsClientTransport.

(
  {webSocket: WebSocketType} &
  TransportOptions
)
TypeDescription
webSocketWebSocketType

The webSocket property specifies the WebSocket instance to wrap.

Since

v0.0.0