Enumeration: WebSocketEvent
@orderly.network/net.WebSocketEventTable of contents
Enumeration Members
Enumeration Members
CLOSE
• CLOSE ="close"
Defined in
ws/ws.ts:18CONNECTING
• CONNECTING ="connecting"
Defined in
ws/ws.ts:21ERROR
• ERROR ="error"
Defined in
ws/ws.ts:19MESSAGE
• MESSAGE ="message"
Defined in
ws/ws.ts:20OPEN
• OPEN ="open"
Defined in
ws/ws.ts:17RECONNECTING
• RECONNECTING ="reconnecting"