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
@joeblew99 Blob stream support is not hard-coded by browser/user-agent but rather detected at library init, so if you are using a browser with support it should be enabled automatically.
i am def interested in this !!! I am using gio ( https://github.com/gioui/gio ) which runs golang as wasm in he browser and need to use the browser built in websockets just like your library does, and the golang websockets when running in Desktop or mobile.
In https://github.com/tarndt/wasmws#performance, you state that Edge does not support Blob Stream (https://developer.mozilla.org/en-US/docs/Web/API/Blob/stream).
Also confirmed here: https://caniuse.com/#search=blob
I have not tested this but just raising it as things move on in the web browser world.
The text was updated successfully, but these errors were encountered: