fetchStart property

Gets the time when the user agent starts fetching the resource.

 

Syntax

HRESULT value = object.get_fetchStart(ULONGLONG* p);

Property values

Type: ULONGLONG

An ULONGLONG value that represents the time when the user agent starts fetching the resource.

Standards information

Remarks

The value reported by the IHTMLPerformanceTiming::fetchStart 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, see Defining Document Compatibility.