Options
Menu

Enumeration WSTransportState

All possible states of WSTransport.

Index

Enumeration members

Enumeration members

Closed

Closed: = "closed"

The WebSocket is not open and is not trying to connect.

Connecting

Connecting: = "connecting"

The WebSocket is not open but is trying to connect.

Open

Open: = "open"

The underlying WebSocket is open and active.

Generated using TypeDoc