mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
c594d15170
This drops exporting duplicate methods that accept FileHandle as the first argument (to mirror callback-based methods accepting 'fd'). Those methods were not adding actual value to the API because all of those are already present as FileHandle methods, and they would probably be confusing to the new users and making docs harder to read. Also, the API was a bit inconsistent and lacked .close(handle). Fixes: https://github.com/nodejs/node/issues/20548 PR-URL: https://github.com/nodejs/node/pull/20559 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> |
||
---|---|---|
.. | ||
bench-readdir.js | ||
bench-readdirSync.js | ||
bench-realpath.js | ||
bench-realpathSync.js | ||
bench-stat-promise.js | ||
bench-stat.js | ||
bench-statSync.js | ||
read-stream-throughput.js | ||
readfile-partitioned.js | ||
readfile.js | ||
readFileSync.js | ||
write-stream-throughput.js |