PerformanceNavigation extension type

The legacy PerformanceNavigation interface represents information about how the navigation to the current document was done.

Warning: This interface is deprecated in the Navigation Timing Level 2 specification. Please use the PerformanceNavigationTiming interface instead.

An object of this type can be obtained by calling the Performance.navigation read-only attribute.

on
Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
redirectCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() JSObject

Warning: This interface of this property is deprecated in the Navigation Timing Level 2 specification. Please use the PerformanceNavigationTiming interface instead.

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

TYPE_BACK_FORWARD int
no setter
TYPE_NAVIGATE int
no setter
TYPE_RELOAD int
no setter
TYPE_RESERVED int
no setter