How send arraybuffer as binary via Websocket?

后端 未结 2 981
悲哀的现实
悲哀的现实 2020-12-23 21:26

I am working on a project with Mozilla Europe. In this project, I use websocket by Worlize (server-side) and Mozilla (client side), Node.js to try to upload files from a cli

2条回答
  •  清酒与你
    2020-12-23 22:10

    Note: Prior to version 11, Firefox only supported sending data as a string.
    

    Source: https://developer.mozilla.org/en/WebSockets/Writing_WebSocket_client_applications

提交回复
热议问题