-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
[v20.x backport] stream: implement min
option for ReadableStreamBYOBReader.read
#54044
[v20.x backport] stream: implement min
option for ReadableStreamBYOBReader.read
#54044
Conversation
Review requested:
|
PR-URL: nodejs#50888 Backport-PR-URL: nodejs#54044 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
33cc538
to
22340d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
cc @nodejs/releasers @RafaelGSS can you include this in the next v20? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Yes, whoever takes the lead on the next v20 release will merge this PR with staging. |
Landed in 4a3ecbf |
Manual backport of #50888 to v20.x.