Interface: WebSocketClosedEvent
January 9, 2021 · View on GitHub
andesitejs / Exports / api/types / WebSocketClosedEvent
Interface: WebSocketClosedEvent
api/types.WebSocketClosedEvent
Hierarchy
- WebSocketClosedEvent
Table of contents
Properties
Properties
byRemote
• byRemote: boolean
Defined in: api/types.ts:411
code
• code: number
Defined in: api/types.ts:410
reason
• reason: string
Defined in: api/types.ts:409
type
• type: WebSocketClosedEvent
Defined in: api/types.ts:408