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

Support for the web streams API #1862

Open
JustinBeckwith opened this issue Jul 2, 2024 · 0 comments
Open

Support for the web streams API #1862

JustinBeckwith opened this issue Jul 2, 2024 · 0 comments

Comments

@JustinBeckwith
Copy link

JustinBeckwith commented Jul 2, 2024

Greetings folks, and thanks for the lovely library! I am trying to update an older codebase that was using this module, and running into issues with the WritableStream interface. The example here is great if you're using the node.js native stream module, but isn't compatible with web streams. This is making some of the piping I'm trying to from fetch to this module kind of difficult.

edit: Being more specific, I am looking for this method: https://nodejs.org/api/stream.html#streamwritabletowebstreamwritable

Supporting a web native stream API, or a pointer in a better direction for piping a stream from fetch directly to the parser would be lovely ❤️

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