Skip to content

fs: allow writing files with ArrayBuffers

Extended most file writing functions to accept ArrayBuffers rather than only strings, buffers, or data views. Does not include functions that accept arrays of dataviews, such as writev.

Fixes: https://github.com/nodejs/node/issues/42228

Merge request reports

Loading