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/index below:

NavigationHistoryEntry: index property - Web APIs

NavigationHistoryEntry: index property

Limited availability

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

The index read-only property of the NavigationHistoryEntry interface returns the index of the history entry in the history entries list (that is, the list returned by Navigation.entries()), or -1 if the entry does not appear in the list or if current document is not fully active.

Value

A number representing the index of the entry in the history entries list, or -1 if this item does not appear in the list.

Examples
const current = navigation.currentEntry;
console.log(current.index);
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