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
using typed-arrays-polyfill to send msg by websocket, and capture package by wireshark,
the opcode of package is text(0001). without using polyfill, the opcode value is binary (0010) .
ps:
already set websocket binaryType is "arraybuffer";
The text was updated successfully, but these errors were encountered:
What I wanted to say is that if you have to use a polyfill because DataView or something isn't supported, XmlHttpRequest most likely also doesn't support ArrayBuffers as a payload. The sole existence of ArrayBuffers doesn't imply that XmlHttpRequest already supports them.
using typed-arrays-polyfill to send msg by websocket, and capture package by wireshark,
the opcode of package is text(0001). without using polyfill, the opcode value is binary (0010) .
ps:
already set websocket binaryType is "arraybuffer";
The text was updated successfully, but these errors were encountered: