core.reconnectingwebsocket.send
Home > @medplum/core > ReconnectingWebSocket > send
ReconnectingWebSocket.send() method
Enqueue specified data to be transmitted to the server over the WebSocket connection
Signature:
send(data: Message): void;
Parameters
Parameter | Type | Description |
---|---|---|
data | The data to enqueue. |
Returns:
void