Read from a file and write to an array of ArrayBufferView s
method
fs.promises.FileHandle.readv
buffers: readonly ArrayBufferView<ArrayBufferLike>[],
position?: number
@param position
The offset from the beginning of the file where the data should be read from. If position
is not a number
, the data will be read from the current position.
@returns
Fulfills upon success an object containing two properties: