PerformanceNavigation
Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
The legacy PerformanceNavigation interface represents information about how the navigation to the current document was done.
Warning: This interface is deprecated in the Navigation Timing Level 2 specification. Please use the PerformanceNavigationTiming interface instead.
An object of this type can be obtained by calling the Performance.navigation read-only attribute.
Properties
The PerformanceNavigation interface doesn't inherit any properties.
-
PerformanceNavigation.typeRead only -
An
unsigned shortwhich indicates how the navigation to this page was done. Possible values are:-
TYPE_NAVIGATE(0) -
The page was accessed by following a link, a bookmark, a form submission, or a script, or by typing the URL in the address bar.
-
TYPE_RELOAD(1) -
The page was accessed by clicking the Reload button or via the
Location.reload()method. -
TYPE_BACK_FORWARD(2) -
The page was accessed by navigating into the history.
-
TYPE_RESERVED(255) -
Any other way.
-
-
PerformanceNavigation.redirectCountRead only -
An
unsigned shortrepresenting the number of REDIRECTs done before reaching the page.
Methods
The Performance interface doesn't inherit any methods.
-
PerformanceNavigation.toJSON() -
Is a jsonizer returning a json object representing the
PerformanceNavigationobject.
Specifications
This feature is no longer on track to become a standard, as the Navigation Timing specification has marked it as deprecated. Use the PerformanceNavigationTiming interface instead.
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
PerformanceNavigation |
10 |
12 |
7 |
9 |
15 |
8 |
≤37 |
18 |
7 |
14 |
9 |
1.0 |
redirectCount |
10 |
12 |
7 |
9 |
15 |
8 |
≤37 |
18 |
7 |
14 |
9 |
1.0 |
toJSON |
56 |
12 |
25
This property can return incorrect values. See bug 1459711.
|
9 |
43 |
14.1 |
56 |
56 |
25
This property can return incorrect values. See bug 1459711.
|
43 |
14.5 |
6.0 |
type |
10 |
12 |
7
This property can return incorrect values. See bug 1459711.
|
9 |
15 |
8 |
≤37 |
18 |
7
This property can return incorrect values. See bug 1459711.
|
14 |
9 |
1.0 |
See also
- The
Performancethat allows access to an object of this type. -
PerformanceNavigationTiming(part of Navigation Timing Level 2)
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigation