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 | Recommendation | Initial definition. |
Browser compatibility
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
|---|---|---|---|---|---|
| Basic support | Not supported | 7.0 (7.0) | 9.0 | Not supported | Not supported |
| Feature | Android | Firefox Mobile (Gecko) | Firefox OS | IE Phone | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|---|
| Basic support | Not supported | 7.0 (7.0) | 1.0 (7.0) | 9.0 | Not supported | Not supported |
See also
- The
Performanceinterface it belongs to.
Document Tags and Contributors
Last updated by:
dispareil,