* Transmits data using the WebSocket connection. data can be a string, a Blob, an ArrayBuffer, or an ArrayBufferView. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/send)
(message: (ArrayBuffer | ArrayBufferView) | string)
| 2364 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/send) |
| 2365 | */ |
| 2366 | send(message: (ArrayBuffer | ArrayBufferView) | string): void; |
| 2367 | /** |
| 2368 | * Closes the WebSocket connection, optionally using code as the the WebSocket connection close code and reason as the the WebSocket connection close reason. |
| 2369 | * |
nothing calls this directly
no outgoing calls
no test coverage detected