Window: navigation property
Baseline 2026Newly available
Since January 2026, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
Thenavigation read-only property of theWindow interface returns the currentwindow's associatedNavigation object.
This is the entry point for theNavigation API.
In this article
Value
ANavigation object instance.
Examples
js
let currentNavEntries = window.navigation.entries();Specifications
| Specification |
|---|
| HTML> # dom-navigation> |