PerformanceNavigation: redirectCount 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
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 PerformanceNavigationTiming interface instead.
Value
An unsigned short.
Specifications
| Specification |
|---|
| Navigation Timing Level 2> # dom-performancenavigation-redirectcount> |
Browser compatibility
See also
- The
PerformanceNavigationinterface it belongs to.