Skip to main content
Go to Latest
method Socket.prototype._writeGeneric
import { Socket } from "https://deno.land/std@0.158.0/node/net.ts";

Parameters

writev: boolean
data: any
encoding: string
cb: (error?: Error | null) => void