navigation property
Gets a reference to the PerformanceNavigation object, which contains properties that provide timing information for the the navigation actions required to load the current document into the window object.
Syntax
HRESULT value = object.get_navigation(IHTMLMSPerformanceNavigation** p);
Property values
Type: Object
A reference to the PerformanceNavigation object.
Standards information
- Navigation Timing, Section 4.4
Remarks
Use the performance property of the window object to get the host for this object.