web api instance property
PerformanceNavigation: redirectCount property
The legacy
PerformanceNavigation.redirectCount
read-only property returns an unsigned short representing the number of
REDIRECTs done before reaching the page.
[!WARNING] This interface of this property is deprecated in the Navigation Timing Level 2 specification. Please use the
PerformanceNavigationTiminginterface instead.
Value
An unsigned short.
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
PerformanceNavigationinterface it belongs to.