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/NavigationHistoryEntry/dispose_event below:

NavigationHistoryEntry: dispose event - Web APIs

NavigationHistoryEntry: dispose event

Limited availability

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

The dispose event of the NavigationHistoryEntry interface is fired when the entry is no longer part of the history entry list.

Disposal occurs when:

Syntax

Use the event name in methods like addEventListener(), or set an event handler property.

addEventListener("dispose", (event) => { })

ondispose = (event) => { }
Event type

A generic Event.

Examples
navigation.addEventListener("currententrychange", () => {
  navigation.currentEntry.addEventListener("dispose", disposeHandler);
});
Specifications Browser compatibility See also

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