Skip to main content
Module

std/node/net.ts>Socket#_writev

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

Parameters

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