You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,7 @@ to a single process.
226
226
option. If false, no path will be sent, which means browsers will only send the cookie on the engine.io attached path (`/engine.io`).
227
227
Set false to not save io cookie on all requests. (`/`)
228
228
-`cookieHttpOnly` (`Boolean`): If `true` HttpOnly io cookie cannot be accessed by client-side APIs, such as JavaScript. (`true`) _This option has no effect if `cookie` or `cookiePath` is set to `false`._
229
-
-`wsEngine` (`String`): what WebSocket server implementation to use. Specified module must conform to the `ws` interface (see [ws module api docs](https://github.com/websockets/ws/blob/master/doc/ws.md)). Default value is `ws`. An alternative c++ addon is also available by installing `uws`module.
229
+
-`wsEngine` (`String`): what WebSocket server implementation to use. Specified module must conform to the `ws` interface (see [ws module api docs](https://github.com/websockets/ws/blob/master/doc/ws.md)). Default value is `uws`(see [µWebSockets](https://github.com/uWebSockets/uWebSockets)).
230
230
-`initialPacket` (`Object`): an optional packet which will be concatenated to the handshake packet emitted by Engine.IO.
0 commit comments