Module

std/node/net.ts>Socket#_destroy

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

Parameters

exception: Error | null
cb: (err: Error | null) => void