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.
fd option of fs.createWriteStream documented? #7708
Although just barely (see #7707), the
fdoption tofs.createReadStreamis publicly documented. However forfs.createWriteStreamno 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?