timing property
Gets a reference to a performanceTiming object, which contains properties that describe time stamps taken at various points during the process that loaded the current document into the window object.
Syntax
HRESULT value = object.get_timing(IHTMLMSPerformanceTiming** p);
Property values
Type: Object
A reference to the performanceTiming object.
Standards information
- Navigation Timing, Section 4.4
Remarks
Use the performance property of the window object to get the host for this object.