Skip to main content
Go to Latest
class GetAddrInfoReqWrap
extends AsyncWrap
import { GetAddrInfoReqWrap } from "https://deno.land/std@0.147.0/node/internal_binding/cares_wrap.ts";

Constructors

new
GetAddrInfoReqWrap()

Properties

callback: (
err: ErrnoException | null,
addressOrAddresses?: string | LookupAddress[] | null,
family?: number,
) => void
family: number
hostname: string
oncomplete: (err: number | null, addresses: string[]) => void
reject: (err: ErrnoException | null) => void
resolve: (addressOrAddresses: LookupAddress | LookupAddress[]) => void