method WebSocket.send
Jump to headingWebSocket.send(data: ): void
Transmits data using the WebSocket connection. data can be a string, a Blob, an ArrayBuffer, or an ArrayBufferView.
Parameters Jump to heading
Jump to headingdata:
Return Type Jump to heading
void