Interface PerformanceNavigation
Properties
Readonly
redirectCount
redirectCount: number
Readonly
type
type: number
Readonly
TYPE_BACK_FORWARD
TYPE_BACK_FORWARD: 2
Readonly
TYPE_NAVIGATE
TYPE_NAVIGATE: 0
Readonly
TYPE_RELOAD
TYPE_RELOAD: 1
Readonly
TYPE_RESERVED
TYPE_RESERVED: 255
Methods
toJSON
Returns any
The legacy PerformanceNavigation interface represents information about how the navigation to the current document was done.
Deprecated
This interface is deprecated in the Navigation Timing Level 2 specification. Please use the PerformanceNavigationTiming interface instead.
MDN Reference