Module

std/node/net.ts>Socket#_writev

Deno standard library
Go to Latest
method Socket.prototype._writev
import { Socket } from "https://dotland.deno.dev/std@0.145.0/node/net.ts";

Parameters

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