Performance: navigation property
Deprecated
Avoid using this feature in new projects.
This feature is supserseded by the PerformanceNavigationTiming API.
This feature may be a candidate for removal from web standards or browsers.>
Consider using the following features instead: Performance or Navigation timing.>
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.
Warning:
This property is deprecated in the Navigation Timing Level 2 specification. Please use the
PerformanceNavigationTiming interface instead.
Value
A PerformanceNavigation object.
Specifications
| Specification |
|---|
| Navigation Timing Level 2> # dom-performance-navigation> |
Browser compatibility
See also
- The
Performanceinterface it belongs to.