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

Full support of WhatWg Streams #36566

Closed
martinheidegger opened this issue Dec 18, 2020 · 5 comments
Closed

Full support of WhatWg Streams #36566

martinheidegger opened this issue Dec 18, 2020 · 5 comments
Labels
http Issues or PRs related to the http subsystem. stream Issues and PRs related to the stream subsystem.

Comments

@martinheidegger
Copy link

WhatWg Streams are part of having a browser compatible fetch implementation: (see: #19393). For better interoperability of browser and nodejs, it would be awesome to have WhatWg streams readily available in node, like we have AbortController, Event and EventTarget.

There is a reference implementation of this available that uses the web-platform-tests test-suite to make sure it works as intended. Could that make a decent first version?

I am opening this issue as a follow up on #19393 (comment) and as a means to watch an issue to see if there is some progress or consensus on that topic. I don't think I have much time to spend on this.

@PoojaDurgad PoojaDurgad added https Issues or PRs related to the https subsystem. http Issues or PRs related to the http subsystem. and removed https Issues or PRs related to the https subsystem. labels Dec 21, 2020
@Trott
Copy link
Member

Trott commented Dec 24, 2020

@nodejs/whatwg-stream

@Trott Trott added the stream Issues and PRs related to the stream subsystem. label Dec 24, 2020
@lin7sh
Copy link

lin7sh commented Dec 25, 2020

Also the new WebSocketStream will be enable by default on Chrome 89 and deno has plan to implement it it based heavily on WHTWHG stream

@ronag
Copy link
Member

ronag commented Aug 11, 2021

web streams have landed

@ronag ronag closed this as completed Aug 11, 2021
@martinheidegger
Copy link
Author

@ronag in which commit/PR?

@targos
Copy link
Member

targos commented Aug 11, 2021

#39062

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
http Issues or PRs related to the http subsystem. stream Issues and PRs related to the stream subsystem.
Projects
None yet
Development

No branches or pull requests

6 participants