mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
That will allow clients receiving the xhr payload with
responseType = 'arraybuffer' to properly decode the message, which is
not sent as binary by the backend anymore since 292c00c (#85).