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 898bd1c commit 535b068Copy full SHA for 535b068
README.md
@@ -338,6 +338,14 @@ A representation of a client. _Inherits from EventEmitter_.
338
- Fired when an error occurs.
339
- **Arguments**
340
- `Error`: error object
341
+- `upgrading`
342
+ - Fired when the client starts the upgrade to a better transport like WebSocket.
343
+ - **Arguments**
344
+ - `Object`: the transport
345
+- `upgrade`
346
+ - Fired when the client completes the upgrade to a better transport like WebSocket.
347
348
349
- `flush`
350
- Called when the write buffer is being flushed.
351
0 commit comments