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

Update nodejs data for Web Stream API #24922

Merged
merged 7 commits into from
Nov 4, 2024
Merged

Conversation

skyclouds2001
Copy link
Contributor

@skyclouds2001 skyclouds2001 commented Nov 3, 2024

Summary

most are format update - for support via the module, remove version_removed field and add partial_implementation field

mark ReadableStream WritableStream TransformStream as transferable, see nodejs/node#39062 and https://nodejs.org/en/blog/release/v16.5.0/

two implement issue as note for ReadableByteStreamController and ReadableStream.tee()

Test results and supporting details

https://nodejs.org/docs/latest/api/globals.html
https://nodejs.org/docs/latest/api/webstreams.html

Related issues

@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API docs Issues or pull requests regarding the documentation of this project. labels Nov 3, 2024
@github-actions github-actions bot added the data:browsers Data about browsers (versions, release dates, etc). This data is used for validation. label Nov 3, 2024
@skyclouds2001 skyclouds2001 marked this pull request as ready for review November 3, 2024 12:19
@github-actions github-actions bot removed the data:browsers Data about browsers (versions, release dates, etc). This data is used for validation. label Nov 3, 2024
Copy link
Contributor

@caugner caugner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, checked against the Node.js docs.

@caugner caugner merged commit 449a81b into mdn:main Nov 4, 2024
6 checks passed
@skyclouds2001 skyclouds2001 deleted the node-webstream branch November 5, 2024 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API docs Issues or pull requests regarding the documentation of this project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants