PerformanceNavigation.redirectCount

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

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
redirectCount
Deprecated
Chrome Full support YesEdge Full support 12Firefox Full support 7IE Full support 9Opera No support NoSafari No support NoWebView Android Full support YesChrome Android Full support YesFirefox Android Full support 7Opera Android No support NoSafari iOS No support NoSamsung Internet Android Full support Yes

Legend

Full support
Full support
No support
No support
Deprecated. Not for use in new websites.
Deprecated. Not for use in new websites.

See also