* 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)
| 2347 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/send) |
| 2348 | */ |
| 2349 | send(message: (ArrayBuffer | ArrayBufferView) | string): void; |
| 2350 | /** |
| 2351 | * Closes the WebSocket connection, optionally using code as the the WebSocket connection close code and reason as the the WebSocket connection close reason. |
| 2352 | * |
nothing calls this directly
no outgoing calls
no test coverage detected