-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
stream.finished docs are lacking #52544
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
What is the problem this feature will solve?
The stream.finished docs do not mention that this works for web streams, nor does it mention which version of node added support for web streams.
What is the feature you are proposing to solve the problem?
Mention that stream.finished works for web streams and add in a history section that mentions that it's only available in node v18.14.0 (?) and above. #46205
What alternatives have you considered?
N/A