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
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
See also
- The
Performanceinterface it belongs to.
