domainLookupEnd property
[This documentation is preliminary and is subject to change.]
The domainLookupEnd property must return the time immediately after the user agent finishes the domain name lookup for the current document. If a persistent connection is used or the current document is retrieved from relevant application caches or local resources, this property must return the same value as fetchStart.
![]() |
Syntax
HRESULT value = object.get_domainLookupEnd(ULONGLONG* p);
Property values
Type: ULONGLONG
Standards information
- Navigation Timing, Section 4.2
Remarks
If a page is retrieved from an application cache, domainLookupEnd will have the same value as fetchStart.
The value reported by the domainLookupEnd property represents the number of milliseconds between the recorded time and midnight January 1, 1970 (UTC).
Windows Internet Explorer 9. This property is supported only for documents displayed in IE9 Standards mode. For more information, please see Defining Document Compatibility.
See also
Build date: 1/26/2012
.png)