Skip to content

Commit 6e31f54

Browse files
committed
fix #216
1 parent b97574e commit 6e31f54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ Methods
158158
11. `reconnect()` - Causes the client to reconnect to the server.
159159
12. `joinNamespace()` - Causes the client to join nsp. Shouldn't need to be called unless you change nsp manually.
160160
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
161163

162164
Client Events
163165
------

0 commit comments

Comments
 (0)