Skip to main content
function writevSync
writevSync(
fd: number,
buffers: readonly ArrayBufferView[],
position?: number,
): number
Deprecated

For detailed information, see the documentation of the asynchronous version of this API: writev.

Parameters

fd: number
buffers: readonly ArrayBufferView[]
optional
position: number = 'null'

Return Type

number

The number of bytes written.

Back to top