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

[DRAFT] stream: add webstreams to duplex #46127

Closed
wants to merge 1 commit into from

Conversation

debadree25
Copy link
Member

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: #39519
Refs: 6d06b1c

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/streams

@nodejs-github-bot nodejs-github-bot added the needs-ci PRs that need a full CI run. label Jan 7, 2023
@debadree25
Copy link
Member Author

pinging @jasnell @ronag

@debadree25 debadree25 closed this Jan 11, 2023
@debadree25 debadree25 deleted the ft/add-duplex-web-streams branch January 11, 2023 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants