mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
The `supportsBinary` attribute and the `forceBase64` option are kept untouched, though they are not used by the polling transport, which now always converts the payloads to base64. Related: https://github.com/socketio/socket.io-client/issues/1391