* The **`WebSocket.close()`** method closes the already `CLOSED`, this method does nothing. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/close)
(code?: number, reason?: string)
| 3688 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/close) |
| 3689 | */ |
| 3690 | close(code?: number, reason?: string): void |
| 3691 | serializeAttachment(attachment: any): void |
| 3692 | deserializeAttachment(): any | null |
| 3693 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected