--- title: Performance.navigation slug: Web/API/Performance/navigation tags: - HTTP - Performance - Propriété - lecture seule translation_of: Web/API/Performance/navigation ---
{{APIRef("Navigation Timing")}}
La propriété en lecture seule Performance.navigation permet d'accéder à un objet de type {{domxref("PerformanceNavigation")}} représentant la navigation qui a lieu dans le contexte courant, par êxemple, le nombre de redirections.
navObject = performance.navigation;
| Specification | Status | Comment |
|---|---|---|
| {{SpecName('Navigation Timing', '#sec-window.performance-attribute', 'Performance.navigation')}} | {{Spec2('Navigation Timing')}} | Initial definition. |
{{Compat("api.Performance.navigation")}}