navigation
Summary
Represents the navigation information related to the browsing context. This attribute is defined by the PerformanceNavigation interface.
Property of apis/navigation_timing/Performanceapis/navigation_timing/Performance
Syntax
Note: This property is read-only.
var result = Performance.navigation;
Return Value
Returns an object of type ObjectObject
Examples
var perfnav = performance.navigation;
alert(perfnav); // "[object PerformanceNavigation]"
Notes
Use the performance property of the window object to get the host for this object.
Related specifications
- W3c Navigation Timing Specification
- W3C Recommendation
Attributions
Microsoft Developer Network: Windows Internet Explorer API reference Article