Closed TrueDoctor closed 5 years ago
the websocket connection sends a blob, which is rather difficult do work with. We essentially have to convert the blob into a response and await that response. https://github.com/rustwasm/wasm-bindgen/issues/5 https://developer.mozilla.org/en-US/docs/Web/API/Blob
The bob is now correctly read. The connection is ready for basic bytearray communication
the websocket connection sends a blob, which is rather difficult do work with. We essentially have to convert the blob into a response and await that response. https://github.com/rustwasm/wasm-bindgen/issues/5 https://developer.mozilla.org/en-US/docs/Web/API/Blob