(data: string | ArrayBufferLike | Blob | ArrayBufferView)
| 38 | |
| 39 | close(code?: number, reason?: string): void |
| 40 | send(data: string | ArrayBufferLike | Blob | ArrayBufferView): void |
| 41 | |
| 42 | readonly CLOSED: number |
| 43 | readonly CLOSING: number |
no outgoing calls