This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Why isn't fd
option of fs.createWriteStream
documented? #7708
Closed
Description
Although just barely (see #7707), the fd
option to fs.createReadStream
is publicly documented. However for fs.createWriteStream
no mention is made, although I see in the code it is supported.
Is this feature supposed to be publicly used only with readStream, or encouraged with both, or publicly supported with neither?