Not available to workers.
Although the interface of this feature is available to workers, this feature isn't.
Summary
The Performance
.navigation
read-only property returns a PerformanceNavigation
object representing the type of navigation that occurs in the given browsing context, like the amount of redirections needed to fetch the resource.
Syntax
navObject = performance.navigation;
Specifications
Specification | Status | Comment |
---|---|---|
Navigation Timing The definition of 'Performance.navigation' in that specification. |
Recommendation | Initial definition. |
Browser compatibility
See also
- The
Performance
interface it belongs to.