This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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