core.reconnectingwebsocket.onclose | Medplum
ReconnectingWebSocket.onclose property
An event listener to be called when the WebSocket connection's readyState changes to CLOSED
Signature:
onclose: ((event: CloseEvent) => void) | null;
An event listener to be called when the WebSocket connection's readyState changes to CLOSED
Signature:
onclose: ((event: CloseEvent) => void) | null;