Mreadv
Bun

method

fs.promises.FileHandle.readv

buffers: readonly ArrayBufferView<ArrayBufferLike>[],
position?: number
): Promise<ReadVResult>;
@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: