readvAsync

abstract fun readvAsync(buffers: ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for js.buffer.ArrayBufferView<*>>, position: Number = definedExternally): ERROR CLASS: Symbol not found for Promise<node/fs/ReadVResult>(source)

Read from a file and write to an array of ArrayBufferView s

Since

v13.13.0, v12.17.0

Return

Fulfills upon success an object containing two properties:

Parameters

position='null' 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.