Window: navigation property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.
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> |