Skip to content

fs: add writev() promises version

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/prom-writev into master

#25925 added fs.writev() and fs.writevSync(), but did not include a Promises based equivalent. This commit adds the missing method.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading