Get to know MDN better
Since January 2026, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
The NavigationCurrentEntryChangeEvent interface of the Navigation API is the event object for the currententrychange event, which fires when the Navigation.currentEntry has changed.
This event will fire for same-document navigations (e.g., back() or traverseTo()), replacements (i.e., a navigate() call with history set to replace), or other calls that change the entry's state (e.g., updateCurrentEntry(), or the History API's History.replaceState()).
This event fires after the navigation is committed, meaning that the visible URL has changed and the NavigationHistoryEntry update has occurred. It is useful for migrating from usage of older API features like the hashchange or popstate events.
Event NavigationCurrentEntryChangeEventCreates a new NavigationCurrentEntryChangeEvent object instance.
Inherits properties from its parent, Event.
from Read onlyReturns the NavigationHistoryEntry that was navigated from.
navigationType Read onlyReturns the type of the navigation that resulted in the change.
Navigation data reporting:
Setting up a per-entry event:
| HTML # the-navigationcurrententrychangeevent-interface |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Dec 8, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.