-
-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Purpose of fs ReadStream.open #29050
Copy link
Copy link
Closed
Labels
fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.questionIssues asking questions about Node.js.Issues asking questions about Node.js.
Description
Activity
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.questionIssues asking questions about Node.js.Issues asking questions about Node.js.
I'm not quite sure I understand the purpose of
ReadStream.openinfs? Why would I use this?Opening the stream after closing it doesn't quite make sense and if passing an existing fd then it should already be opened.