Mreadv
Bun

method

fs.promises.FileHandle.readv

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