Documentation
Client
Type-aliases
EventErrorListener

Type Alias: EventErrorListener()

EventErrorListener: (error) => void

Defined in: src/client.ts:175

Events dispatched from the WebSocket onerror are handled in this listener, as well as all internal client errors that could throw.

Parameters

error

unknown

Returns

void