web api instance property
Performance: navigation property
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
PerformanceNavigationTiminginterface instead.
Value
A PerformanceNavigation object.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
- The
Performanceinterface it belongs to.