-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
webstreams: integrate into common stream utils #39316
Copy link
Copy link
Closed
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.streamIssues and PRs related to Node.js streams.Issues and PRs related to Node.js streams.web streamsIssues and PRs related to the Web Streams API.Issues and PRs related to the Web Streams API.
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.streamIssues and PRs related to Node.js streams.Issues and PRs related to Node.js streams.web streamsIssues and PRs related to the Web Streams API.Issues and PRs related to the Web Streams API.
With the introduction of web streams, it would be good to integrate support into the various common stream utilities...
Refs: #39134
/cc @mcollina @ronag
stream.finished()stream.pipeline()stream.addAbortSignal()stream.compose()(stream: compose #39029)