Uh oh!
There was an error while loading. Please reload this page.
stream: add adapters for webstreams to node.js streams - #39134
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
f359cb3 to
2db3dbbComparemcollina
commented
Jun 26, 2021
Good work! |
mcollina
commented
Jun 26, 2021
I think this should include some code&test for |
35c7181 to
0f4c4c9CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jasnell
commented
Jun 28, 2021
Added! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
9fa29ee to
aebb324Comparenodejs-github-bot
commented
Jul 8, 2021
mcollina
commented
Jul 8, 2021
Where? I can't find them in the code. There are no changes to finished and pipeline to support whatwg streams. |
jasnell
commented
Jul 8, 2021
I think I misunderstood. I added tests to show that the adapters work properly with |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ronag
left a comment
There was a problem hiding this comment.
IMHO. The naming of the adapter methods are not very ergonomic....
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Experimental adapters for the webstreams API Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #39134 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
jasnell
commented
Jul 13, 2021
Landed in a99c230 |
targos
commented
Jul 17, 2021
This needs a backport to land on v16.x because it depends on the semver-major #39294 |
targos
commented
Oct 9, 2021
Does anyone want to backport this? Maybe @nodejs/backporters ? |
Mesteery
commented
Oct 9, 2021
I'm willing to take care of it. |
Experimental adapters for the webstreams API Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: nodejs#39134 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
benjamingr
commented
Oct 9, 2021
Hey just wondering - is there any reason you chose not to overload |
@benjamingrSee this comment. It's not off the table, but at least for now it seemed better to keep it separate as |
targos
commented
Oct 10, 2021
I'm going to keep the backport-requested label for some time, in case someone has an idea to backport without the need for semver-major changes. |
Experimental adapters for node.js streams and web streams.
Depends on #39062 (the first two commits here are from that PR and will be rebased out once that once lands)