Skip to main content

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

Message

The data to enqueue.

Returns:

void