Skip to main content

WebSocketReadyState

@totemsdk/server


@totemsdk/server / WebSocketReadyState

Variable: WebSocketReadyState

const WebSocketReadyState: object

Type Declaration

CLOSED

readonly CLOSED: 3

CLOSING

readonly CLOSING: 2

CONNECTING

readonly CONNECTING: 0

OPEN

readonly OPEN: 1