We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Great work on this library. It saved my skin when I discovered that https://miragejs.com/ doesn't support websockets yet :)
This Issue is similar in nature to #170
According to the socket.io docs, client sockets should be able to query if a given event has actively registered listeners:
The socket actually inherits every method of the Emitter class, like hasListeners, once or off (to remove an event listener).
The text was updated successfully, but these errors were encountered:
Thank you!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Great work on this library. It saved my skin when I discovered that https://miragejs.com/ doesn't support websockets yet :)
This Issue is similar in nature to #170
According to the socket.io docs, client sockets should be able to query if a given event has actively registered listeners:
The socket actually inherits every method of the Emitter class, like hasListeners, once or off (to remove an event listener).
The text was updated successfully, but these errors were encountered: