core.reconnectingwebsocket._constructor_ | Medplum
ReconnectingWebSocket.(constructor)
Constructs a new instance of the ReconnectingWebSocket class.
Signature:
constructor(url: string, protocols?: ProtocolsProvider, options?: Options<WS>);
Parameters
| Parameter | Type | Description |
|---|---|---|
| url | string | |
| protocols | ProtocolsProvider | (Optional) |
| options | Options |
(Optional) |