class js.html.History
Available on js
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).
Documentation for this class was provided by MDN.
Instance Fields
Read-only. Returns 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
.