core.reconnectingwebsocket.send | Medplum

ReconnectingWebSocket.send() method

Enqueue specified data to be transmitted to the server over the WebSocket connection

Signature:

send(data: Message): void;

Parameters [​](/content/docs/sdk/core.reconnectingwebsocket.send#parameters "Direct link to Parameters"/index.html)

Parameter Type Description
data Message The data to enqueue.

Returns:

void