core.robustwebsocket
Home > @medplum/core > RobustWebSocket
RobustWebSocket class
Signature:
export declare class RobustWebSocket extends TypedEventTarget<RobustWebSocketEventMap>
Extends: TypedEventTarget<RobustWebSocketEventMap>
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(url) | Constructs a new instance of the RobustWebSocket class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
bufferedAmount | number | ||
extensions | string | ||
readyState | readonly | number |
Methods
Method | Modifiers | Description |
---|---|---|
close() | ||
send(message) |