-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
As a universal wrapper for agnostic runtime, we use emitter.eventNames(). But for socket.io this function is not implemented
Describe the solution you'd like
expose eventNames() function which returns an array of built-in events. ['error', 'ping', 'reconnect', 'reconnect_attempt', 'reconnect_error', 'reconnect_failed']
Describe alternatives you've considered
None
Additional context
I know that related WebAPI this field is not exposed, but it's be very helpful for wrapper libraries
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request