Web/API/Performance/navigation

From Get docs

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 TimingThe definition of 'Performance.navigation' in that specification. Recommendation Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

navigation

Deprecated'

Chrome

Full support 10

Edge

Full support 12

Firefox

Full support 7

IE

Full support 9

Opera

Full support 15

Safari

Full support 8

WebView Android

Full support Yes

Chrome Android

Full support 18

Firefox Android

Full support 7

Opera Android

No support No

Safari iOS

Full support 9

Samsung 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