domainLookupEnd property

double get domainLookupEnd

The domainLookupEnd read-only property returns the DOMHighResTimeStamp immediately after the browser finishes the domain-name lookup for the resource.

If the user agent has the domain information in cache, PerformanceResourceTiming.domainLookupStart and PerformanceResourceTiming.domainLookupEnd represent the times when the user agent starts and ends the domain data retrieval from the cache.

Implementation

external double get domainLookupEnd;