Interface WebsocketOptions

Options that can be passed to the Websocket constructor.

Hierarchy

  • WebsocketOptions

Properties

buffer?: WebsocketBuffer<string | ArrayBufferLike | ArrayBufferView | Blob>

The Buffer to use.

The initial listeners to add to the websocket.

The options for the connection-retry-strategy.

Generated using TypeDoc