Performance.navigation

This property is deprecated in the Navigation Timing Level 2 specification.

The legacy Performance.navigation read-only property returns a PerformanceNavigation object representing the type of navigation that occurs in the given browsing context, such as the number of redirections needed to fetch the resource.

This property is not available in workers.

Syntax

navObject = performance.navigation;

Specifications

Specification Status Comment
Navigation Timing
The definition of 'Performance.navigation' in that specification.
Recommendation Initial definition.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
navigation
Deprecated
Chrome Full support 10Edge Full support 12Firefox Full support 7IE Full support 9Opera Full support 15Safari Full support 8WebView Android Full support YesChrome Android Full support 18Firefox Android Full support 7Opera Android No support NoSafari iOS Full support 9Samsung Internet Android Full support 1.0

Legend

Full support
Full support
No support
No support
Deprecated. Not for use in new websites.
Deprecated. Not for use in new websites.

See also