IHTMLMSPerformanceTimingMeasures::domInteractive Property
.png)
[This documentation is preliminary and is subject to change.]
Measures the time between when Document Object Model (DOM) begins responding to events and when the DOM content is loaded into the window object.
Syntax
HRESULT IHTMLMSPerformanceTimingMeasures::get_domInteractive(ULONGLONG *p);
Parameters
- p
The time required to load the DOM content or0if the page failed to load.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
When you evaluate the value of the IHTMLMSPerformanceTimingMeasures::domInteractive property, make sure that the document has fully loaded; otherwise, the property might return a value of zero (
0).The time measured by the IHTMLMSPerformanceTimingMeasures::domInteractive property is the difference between the IHTMLMSPerformanceTiming::domInteractive and the IHTMLMSPerformanceTiming::domContentLoaded properties of the window.msPerformance.timing property.
For a list of other performance measures and the order in which they occur, see the IHTMLMSPerformanceTimingMeasures interface.
See Also
MSPerformanceTiming, IHTMLMSPerformanceTiming::domContentLoaded, IHTMLMSPerformanceTiming::domInteractive