Skip to main content
Go to Latest
method ConnectionWrap.prototype.afterConnect
import { ConnectionWrap } from "https://deno.land/std@0.166.0/node/internal_binding/connection_wrap.ts";

Type Parameters

T extends AsyncWrap & { oncomplete(
status: number,
req: T,
readable: boolean,
writeable: boolean,
): void; }

Parameters

req: T

A connect request.

status: number

An error status code.