Add Flow lib defs for Node.js streams fromWeb/toWeb#54615
Closed
robhogan wants to merge 1 commit into
Closed
Conversation
facebook-github-bot
pushed a commit
that referenced
this pull request
Dec 20, 2025
Summary: Since v17 (and stable since v22.17), Node.js has helper methods for converting [Node streams](https://nodejs.org/api/stream.html) to/from [Web streams](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API) (e.g., as returned by global `fetch`). This adds the Flow typings. - Node docs: https://nodejs.org/api/stream.html#streamreadablefromwebreadablestream-options Changelog: [General][Internal] Monorepo Flow typings Differential Revision: D87543561
a40eb24 to
f306544
Compare
f306544 to
8198eb7
Compare
8198eb7 to
a00178a
Compare
3d9270a to
0cb388d
Compare
0cb388d to
888e219
Compare
facebook-github-bot
pushed a commit
that referenced
this pull request
Dec 23, 2025
Summary: Since v17 (and stable since v22.17), Node.js has helper methods for converting [Node streams](https://nodejs.org/api/stream.html) to/from [Web streams](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API) (e.g., as returned by global `fetch`). This adds the Flow typings. - Node docs: https://nodejs.org/api/stream.html#streamreadablefromwebreadablestream-options Changelog: [General][Internal] Monorepo Flow typings Reviewed By: vzaidman Differential Revision: D87543561
888e219 to
b73274f
Compare
b73274f to
8ab05e8
Compare
Summary: Since v17 (and stable since v22.17), Node.js has helper methods for converting [Node streams](https://nodejs.org/api/stream.html) to/from [Web streams](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API) (e.g., as returned by global `fetch`). This adds the Flow typings. - Node docs: https://nodejs.org/api/stream.html#streamreadablefromwebreadablestream-options Changelog: [General][Internal] Monorepo Flow typings Reviewed By: vzaidman Differential Revision: D87543561
8ab05e8 to
cc6e515
Compare
meta-codesync Bot
pushed a commit
to react/metro
that referenced
this pull request
Dec 26, 2025
Summary: X-link: react/react-native#54615 Since v17 (and stable since v22.17), Node.js has helper methods for converting [Node streams](https://nodejs.org/api/stream.html) to/from [Web streams](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API) (e.g., as returned by global `fetch`). This adds the Flow typings. - Node docs: https://nodejs.org/api/stream.html#streamreadablefromwebreadablestream-options Changelog: [General][Internal] Monorepo Flow typings Reviewed By: vzaidman Differential Revision: D87543561 fbshipit-source-id: c76b9014ab3ff61f9ce57be1e01bf456b676433f
Collaborator
|
This pull request was successfully merged by @robhogan in 2b74f98 When will my fix make it into a release? | How to file a pick request? |
|
This pull request has been merged in 2b74f98. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Since v17 (and stable since v22.17), Node.js has helper methods for converting Node streams to/from Web streams (e.g., as returned by global
fetch). This adds the Flow typings.Changelog:
[General][Internal] Monorepo Flow typings
Differential Revision: D87543561