-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
Future of streams #39093
Copy link
Copy link
Closed
Labels
streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.
Metadata
Metadata
Assignees
Labels
streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.
Type
Fields
Give feedbackNo fields configured for issues without a type.
We are now making progress with WHATWG (web) streams #39062. Which brings up the question, what is our long term strategy in terms of streams?
What is the preferred implementation for core modules? Do we always implement as node streams and then wrap to web streams? Or the other way around? If the other way around should we look into re-implementing existing apis?
Basically when do we use which streams type?
I haven’t personally looked at web streams so I don’t really have any opinions yet in regards to pros and cons relative node streams.