nostr-websocket-utils v0.3.0
nostr-websocket-utils / ConnectionState
Enumeration: ConnectionState
WebSocket connection states
Enumeration Members
CONNECTING
CONNECTING: "CONNECTING"
Defined in
types/index.ts:33
CONNECTED
CONNECTED: "CONNECTED"
Defined in
types/index.ts:34
DISCONNECTED
DISCONNECTED: "DISCONNECTED"
Defined in
types/index.ts:35
RECONNECTING
RECONNECTING: "RECONNECTING"
Defined in
types/index.ts:36
FAILED
FAILED: "FAILED"
Defined in
types/index.ts:37