Skip to main content
Module

std/node/net.ts>Socket#_write

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

Parameters

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