Readonly
canonicalReadonly
effectiveTRRModeThe TRR mode this record is used.
Readonly
trrThis attribute is only set if TRR is used and it measures time between asyncOpen on a channel and the time parsing of response if done. Thee time is measured in milliseconds.
Readonly
trrThis attribute is only set if TRR is used and it measures time between sending a request and the time response is received from the network. This time is similat to the time above, but exludes a time needed to make a connection and a time neededto parse results (this also does not include delays that may be introduce because parsing is perform on the main thread). Thee time is measured in milliseconds.
Readonly
trrIf the DNS request didn't use TRR, this value contains the reason why that was skipped.
Readonly
ttlReturns the ttl of this record.
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
this function copies the value of the next IP address into the given NetAddr struct and increments the internal address iterator.
NS_ERROR_NOT_AVAILABLE if there is not another IP address in the record.
A port number to initialize the NetAddr with.
this function returns the value of the next IP address as a scriptable address and increments the internal address iterator.
NS_ERROR_NOT_AVAILABLE if there is not another IP address in the record.
A port number to initialize the nsINetAddr with.
This function indicates that the last address obtained via getNextAddr*() was not usuable and should be skipped in future uses of this record if other addresses are available.
is the port number associated with the failure, if any. It may be zero if not applicable.
Generated using TypeDoc
Returns
the canonical hostname for this record. this value is empty if the record was not fetched with the RESOLVE_CANONICAL_NAME flag.
e.g., www.mozilla.org --> rheet.mozilla.org
That the result, if IDN will be returned as punycode. e.g., élève.w3c-test.org --> xn--lve-6lad.w3c-test.org