Skip to content

fs: add flush option to appendFile() functions

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/append-file into main

This commit adds documentation and tests for the 'flush' option of the fs.appendFile family of functions. Technically, support was indirectly added in #50009, but this makes it more official.

Refs: https://github.com/nodejs/node/issues/49886 Refs: https://github.com/nodejs/node/pull/50009

Merge request reports

Loading