Skip to main content
Module

std/node/net.ts>Socket#_destroy

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

Parameters

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