This interface of this property is deprecated in the Navigation Timing Level 2
specification. Please use the PerformanceNavigationTiming
interface instead.
The legacy
PerformanceNavigation
.redirectCount
read-only property returns an unsigned short
representing the number of
REDIRECTs done before reaching the page.
Syntax
amount = performanceNavigation.redirectCount;
Specifications
Specification | Status | Comment |
---|---|---|
Navigation Timing The definition of 'PerformanceNavigation.redirectCount' in that specification. |
Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser
See also
- The
PerformanceNavigation
interface it belongs to.