Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method ConnectionWrap.prototype.afterConnect
import { ConnectionWrap } from "https://deno.land/std@0.143.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.