FnCallHostnameRrtype

@native @JSType trait FnCallHostnameRrtype extends StObject
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(hostname: String): Promise[Array[String]]
def apply(hostname: String, rrtype: A): Promise[Array[String]]
def apply(hostname: String, rrtype: AAAA): Promise[Array[String]]
def apply(hostname: String, rrtype: ANY): Promise[Array[AnyRecord]]
def apply(hostname: String, rrtype: CAA): Promise[Array[CaaRecord]]
def apply(hostname: String, rrtype: CNAME): Promise[Array[String]]
def apply(hostname: String, rrtype: MX): Promise[Array[MxRecord]]
def apply(hostname: String, rrtype: NAPTR): Promise[Array[NaptrRecord]]
def apply(hostname: String, rrtype: NS): Promise[Array[String]]
def apply(hostname: String, rrtype: PTR): Promise[Array[String]]
def apply(hostname: String, rrtype: SOA): Promise[SoaRecord]
def apply(hostname: String, rrtype: SRV): Promise[Array[SrvRecord]]
def apply(hostname: String, rrtype: TXT): Promise[Array[Array[String]]]
def apply(hostname: String, rrtype: String): Promise[Array[AnyRecord | Array[String] | MxRecord | NaptrRecord | SrvRecord | String] | SoaRecord]

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object