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 8b55319 commit 91707b4Copy full SHA for 91707b4
doc/ws.md
@@ -304,7 +304,7 @@ This class represents a WebSocket. It extends the `EventEmitter`.
304
- `allowSynchronousEvents` {Boolean} Specifies whether any of the `'message'`,
305
`'ping'`, and `'pong'` events can be emitted multiple times in the same
306
tick. Defaults to `true`. Setting it to `false` improves compatibility with
307
- the WHATWG standardbut may negatively impact performance.
+ the WHATWG standard but may negatively impact performance.
308
- `autoPong` {Boolean} Specifies whether or not to automatically send a pong
309
in response to a ping. Defaults to `true`.
310
- `closeTimeout` {Number} Duration in milliseconds to wait for a graceful
0 commit comments