Results 1 - 3 of 3

History

The History interface allows to manipulate the browser session history, that is the pages visited in the tab or frame that the current page is loaded in.
API History API HTML-DOM

History.length

The History.length read-only property returns an Integer representing the number of elements in the session history, including the currently loaded page. For example, for a page loaded in a new tab this property returns 1.
API History API HTML Property Read-only Reference Référence

Window.history

The Window.history read-only property returns a reference to the History object, which provides an interface for manipulating the browser session history (pages visited in the tab or frame that the current page is loaded in).
API History API HTML DOM NeedsCompatTable NeedsExample NeedsMarkupWork NeedsSpecTable Property Reference Référence Window