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
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,6 @@ Exposed as `eio` in the browser standalone build.
227
227
- `upgrade` (`Boolean`): defaults to true, whether the client should try
228
228
to upgrade the transport from long-polling to something better.
229
229
- `forceBase64` (`Boolean`): forces base 64 encoding for polling transport even when XHR2 responseType is available and WebSocket even if the used standard supports binary.
230
-
- `enablesXDR` (`Boolean`): enables XDomainRequest for IE8 to avoid loading bar flashing with click sound. default to `false` because XDomainRequest has a flaw of not sending cookie.
231
230
- `withCredentials` (`Boolean`): defaults to `false`, whether to include credentials (cookies, authorization headers, TLS client certificates, etc.) with cross-origin XHR polling requests.
232
231
- `timestampRequests` (`Boolean`): whether to add the timestamp with each
233
232
transport request. Note: polling requests are always stamped unless this
0 commit comments