Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebsocketCloseEvent

Websocket Close Event

Hierarchy

  • WebsocketCloseEvent

Index

Properties

Properties

code

code: number

The code that was sent for the close

reason

reason: string

The reason of the closure

target

target: WebSocket

The target

wasClean

wasClean: boolean

If the close was clean or not

Generated using TypeDoc