We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97574e commit 6e31f54Copy full SHA for 6e31f54
README.md
@@ -158,6 +158,8 @@ Methods
158
11. `reconnect()` - Causes the client to reconnect to the server.
159
12. `joinNamespace()` - Causes the client to join nsp. Shouldn't need to be called unless you change nsp manually.
160
13. `leaveNamespace()` - Causes the client to leave the nsp and go back to /
161
+14. `off(event: String)` - Removes all event handlers for event.
162
+15. `removeAllHandlers()` - Removes all handlers.s
163
164
Client Events
165
------
0 commit comments