Skip to main content
method default.Duplex.prototype._writev
Duplex.prototype._writev(
chunks: Array<{ chunk: any; encoding: BufferEncoding; }>,
callback: (error?: Error | null) => void,
): void
Deprecated

Parameters

chunks: Array<{ chunk: any; encoding: BufferEncoding; }>
callback: (error?: Error | null) => void

Return Type

void
Back to top