--- title: Performance.navigation slug: Web/API/Performance/navigation tags: - HTTP - Performance - Propriété - lecture seule translation_of: Web/API/Performance/navigation ---

{{APIRef("Navigation Timing")}}

Summary

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.

Syntax

navObject = performance.navigation;

Specifications

Specification Status Comment
{{SpecName('Navigation Timing', '#sec-window.performance-attribute', 'Performance.navigation')}} {{Spec2('Navigation Timing')}} Initial definition.

Browser compatibility

{{Compat("api.Performance.navigation")}}

See also