method WritableBase.prototype._writev
Jump to headingWritableBase.prototype._writev(chunks: Array<{ chunk: any; encoding: BufferEncoding; }>,callback: (error?: Error | null) => void,): void
Parameters Jump to heading
Jump to headingchunks: Array<{ chunk: any; encoding: BufferEncoding; }>
Jump to headingcallback: (error?: Error | null) => void
Return Type Jump to heading
void