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

Constructors

new
QueryReqWrap()

Properties

bindingName: string
callback: (err: ErrnoException | null, records?: any) => void
hostname: string
oncomplete: (
err: number,
records: any,
ttls?: number[],
) => void
reject: (err: ErrnoException | null) => void
resolve: (records: any) => void
ttl: boolean