A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/NavigationCurrentEntryChangeEvent/from below:

NavigationCurrentEntryChangeEvent: from property - Web APIs

MDN Web Docs
  1. Web
  2. Web APIs
  3. NavigationCurrentEntryChangeEvent
  4. from

Filter sidebar

In this article
  1. Navigation API Experimental
  2. NavigationCurrentEntryChangeEvent Experimental
  3. Constructor
    1. NavigationCurrentEntryChangeEvent() Experimental
  4. Instance properties
    1. from Experimental
    2. navigationType Experimental
  5. Inheritance
    1. Event
  6. Related pages for Navigation API
    1. NavigateEvent Experimental
    2. Navigation Experimental
    3. NavigationActivation Experimental
    4. NavigationDestination Experimental
    5. NavigationHistoryEntry Experimental
    6. NavigationTransition Experimental
    7. Window.navigation Experimental
In this article NavigationCurrentEntryChangeEvent: from property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The from read-only property of the NavigationCurrentEntryChangeEvent interface returns the NavigationHistoryEntry that was navigated from.

Value

A NavigationHistoryEntry object.

Examples

js

navigation.addEventListener("currententrychange", (event) => {
  console.log(event.from);
});
Specifications Specification HTML
# dom-navigationcurrententrychangeevent-from-dev
Browser compatibility See also Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on Jul 3, 2025 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4