Files
node/doc/api
Antoine du Hamel 8a920185cc fs: make open and close stream override optional when unused
When using `createReadStream` or `createWriteStream` with a specific
file descriptor or `FileHandle` instead of a path, `open` method is not
used, there is no point in forcing users to provide it.
When using `createReadStream` or `createWriteStream` with  `autoClose`
set to false, `close` method is not used, there is no point in forcing
users to provide it.

PR-URL: https://github.com/nodejs/node/pull/40013
Reviewed-By: James M Snell <jasnell@gmail.com>
2021-09-17 00:45:08 +02:00
..
2021-09-10 18:07:32 +02:00
2021-08-25 07:55:32 -07:00
2021-09-16 23:16:46 +02:00
2021-09-07 12:03:33 +02:00
2021-09-16 22:42:35 +00:00