resolve6Async

external fun resolve6Async(hostname: String): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.array.ReadonlyArray<kotlin/String>>(source)

Uses the DNS protocol to resolve IPv6 addresses (AAAA records) for the hostname. On success, the Promise is resolved with an array of IPv6 addresses.

Since

v10.6.0

Parameters

hostname

Host name to resolve.


external fun resolve6Async(hostname: String, options: ResolveWithTtlOptions): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.array.ReadonlyArray<node/dns/RecordWithTtl>>(source)
external fun resolve6Async(hostname: String, options: ResolveOptions): ERROR CLASS: Symbol not found for Promise<kotlin/Any>(source)