[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/en-US/docs/Web/API/Window/navigation [Back]  [Original]

Window: navigation property - Web APIs | MDN

Window: navigation property

Baseline 2026
Newly available

Since January 2026, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

The navigation read-only property of the Window interface returns the current window's associated Navigation object.

This is the entry point for the Navigation API.

In this article

Value

A Navigation object instance.

Examples

js
let currentNavEntries = window.navigation.entries();

Specifications

Specification
HTML
# dom-navigation

Browser compatibility

See also


Web Proxy Viewer  |  New URL  |  Original Page