domainLookupEnd
Summary
Returns the time immediately after the user agent finishes the domain name lookup for the current document.
Property of apis/navigation timing/PerformanceTimingapis/navigation timing/PerformanceTiming
Syntax
Note: This property is read-only.
var result = PerformanceTiming.domainLookupEnd;
Return Value
Returns an object of type unsigned longunsigned long
Examples
var perftime = performance.timing;
document.write("domainLookupEnd: " + perftime.domainLookupEnd + "<br />");
Related specifications
- W3C Navigation Timing Specification 2
- W3C Working Draft
Attributions
Microsoft Developer Network: Windows Internet Explorer API reference Article