Results 1 - 3 of 3

PerformanceNavigation

The PerformanceNavigation interface represents information about how the navigation to the current document was done.
API Navigation Timing PerformanceNavigation

PerformanceNavigation.type

The PerformanceNavigation.type read-only property returns an unsigned short containing a constant describing how the navigation to this page was done. Possible values are:
API Navigation Timing PerformanceNavigation Property Read-only

PerformanceNavigation.redirectCount

The PerformanceNavigation.redirectCount read-only property returns an unsigned short representing the number of REDIRECTs done before reaching the page.
API HTML Navigation Timing PerformanceNavigation Property Read-only