Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge seems to support Blob Stream ? #13

Open
joeblew99 opened this issue Jul 9, 2020 · 4 comments
Open

Edge seems to support Blob Stream ? #13

joeblew99 opened this issue Jul 9, 2020 · 4 comments
Assignees

Comments

@joeblew99
Copy link

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.

@tarndt
Copy link
Owner

tarndt commented Dec 31, 2021

@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.

Would you be interested in running the demo in Edge with verbosity enabled and confirming? Is so I can updated the README accordingly. Thanks!

@tarndt
Copy link
Owner

tarndt commented Feb 20, 2022

@joeblew99 are you in pursuing this further?

@joeblew99
Copy link
Author

hey @tarndt sorry about not coming back to you.

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.

@tarndt
Copy link
Owner

tarndt commented Mar 4, 2022

Cool let me know what you find out running the demo on MS Edge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants