-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
FileHandle.stream #38350
Copy link
Copy link
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.stale
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.stale
It might be possible to have a more efficient way to pipe a file to a stream by adding a
.streammethod toFileHandle.e.g.
vs
Less ergonomic but potentially better performance. This idea needs benchmarking.