We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6861472 commit c798dd4Copy full SHA for c798dd4
doc/ws.md
@@ -77,7 +77,7 @@ This class represents a WebSocket server. It extends the `EventEmitter`.
77
- `allowSynchronousEvents` {Boolean} Specifies whether any of the `'message'`,
78
`'ping'`, and `'pong'` events can be emitted multiple times in the same
79
tick. Defaults to `true`. Setting it to `false` improves compatibility with
80
- the WHATWG standardbut may negatively impact performance.
+ the WHATWG standard but may negatively impact performance.
81
- `backlog` {Number} The maximum length of the queue of pending connections.
82
- `clientTracking` {Boolean} Specifies whether or not to track clients.
83
- `handleProtocols` {Function} A function which can be used to handle the
0 commit comments