core.reconnectingwebsocket.onopen | Medplum

ReconnectingWebSocket.onopen property

An event listener to be called when the WebSocket connection's readyState changes to OPEN; this indicates that the connection is ready to send and receive data.

Signature:

onopen: ((event: Event) => void) | null;