domInteractive property

The IHTMLPerformanceTiming::domInteractive property must return the time immediately before the user agent sets the current document readiness to interactive.

 

Syntax

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

Property values

Type: ULONGLONG

An ULONGLONG value that represents the time immediately before the user agent sets the current document readiness to interactive.

Standards information

Remarks

The value of the IHTMLPerformanceTiming::domInteractive property is controlled by the readyState property of the document object associated with the window object. The value of the IHTMLPerformanceTiming::domInteractive property is updated when the readyState property is set to interactive. If the document cannot be loaded, the value of the IHTMLPerformanceTiming::domInteractive property is available after the HTMLFrameSiteEvents::onload event has finished executing.

The value reported by the IHTMLPerformanceTiming::domInteractive 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.

See also

IHTMLPerformanceTiming::domLoading