MCPcopy Index your code
hub / github.com/socketio/socket.io / SocketReservedEventsMap

Interface SocketReservedEventsMap

lib/socket.ts:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57]);
58
59export interface SocketReservedEventsMap {
60 disconnect: (reason: DisconnectReason, description?: any) => void;
61 disconnecting: (reason: DisconnectReason, description?: any) => void;
62 error: (err: Error) => void;
63}
64
65// EventEmitter reserved events: https://nodejs.org/api/events.html#events_event_newlistener
66export interface EventEmitterReservedEventsMap {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected