Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method LibuvStreamWrap.prototype.writev
import { LibuvStreamWrap } from "https://deno.land/std@0.164.0/node/internal_binding/stream_wrap.ts";

Write multiple chunks at once.

Parameters

A write request wrapper.

chunks: Buffer[] | (string | Buffer)[]
allBuffers: boolean

Returns

number

An error status code.