toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.dns
/
Resolver
/
resolve6Async
resolve6Async
fun
resolve6Async
(
hostname
:
String
)
:
Promise
<
ReadonlyArray
<
String
>
>
(
source
)
fun
resolve6Async
(
hostname
:
String
,
options
:
ResolveWithTtlOptions
)
:
Promise
<
ReadonlyArray
<
RecordWithTtl
>
>
(
source
)
fun
resolve6Async
(
hostname
:
String
,
options
:
ResolveOptions
)
:
Promise
<
Any
>
(
source
)