core.ireconnectingwebsocket | Medplum

IReconnectingWebSocket interface

Signature:

export interface IReconnectingWebSocket extends TypedEventTarget<WebSocketEventMap>

Extends: TypedEventTarget < WebSocketEventMap >

Properties

Property Modifiers Type Description
readyState number

Methods

Method Description
close(code, reason)
reconnect(code, reason)
send(message)