function resolve6
Overload 1
#resolve6(hostname: string,callback: (err: ErrnoException | null,addresses: string[],) => void,): voidOverload 2
#resolve6(hostname: string,options: ResolveWithTtlOptions,callback: (err: ErrnoException | null,addresses: RecordWithTtl[],) => void,): void
Deno compatibility
The ttl option is not supported.
Parameters #
#hostname: string#options: ResolveWithTtlOptions#callback: (err: ErrnoException | null,addresses: RecordWithTtl[],) => voidReturn Type #
voidOverload 3
#resolve6(hostname: string,options: ResolveOptions,callback: (err: ErrnoException | null,addresses: string[] | RecordWithTtl[],) => void,): void
Deno compatibility
The ttl option is not supported.
Parameters #
#hostname: string#options: ResolveOptions#callback: (err: ErrnoException | null,addresses: string[] | RecordWithTtl[],) => voidReturn Type #
void