resolveCnameAsync
external fun resolveCnameAsync(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 CNAME
records for the hostname
. On success, the Promise
is resolved with an array of canonical name records available for the hostname
(e.g. ['bar.example.com']
).
Since
v10.6.0