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

Feature request: direct support for Web Streams API #34

Open
deluksic opened this issue Jul 17, 2023 · 0 comments
Open

Feature request: direct support for Web Streams API #34

deluksic opened this issue Jul 17, 2023 · 0 comments

Comments

@deluksic
Copy link

deluksic commented Jul 17, 2023

Web Streams API have experimental support in Node, more info here: https://nodejs.org/api/webstreams.html

If supported, same code would be able to run in server (node) and browser environments without any polyfills necessary (let's hope). Then maybe we could also get rid of the multipipe dependency? (has a few transitives as well)

I could spend some time looking into this if you think it is an interesting direction. It would require a major version bump for sure.

Edit: fact checked availability of the API. They were available since v16.5, but no warning is emitted since v18.

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

1 participant