Skip to content

[DRAFT] stream: add webstreams to duplex

Attempting to add webstreams support to duplexify and relevant in reference to the below PRs, but there's one point at which I have hit a dead end is it seems like is when we form duplexes from readable webstreams they are not emitting the 'end' event, I tried debugging in multiple ways and it seems the 'end' event is triggered in readable.js but still the duplex somehow doesn't receive the event?

If someone can help with this it would be hugely helpful!

Refs: https://github.com/nodejs/node/pull/39519 Refs: https://github.com/nodejs/node/pull/39519/commits/6d06b1c78465bde5b45915ddf7428df411c04fb2

Merge request reports

Loading