The History interface allows manipulation of the browser session that is the pages visited in the tab or frame that the current is loaded in.
The History interface allows manipulation of the browser session that is the pages visited in the tab or frame that the current is loaded in.
(length this)
Property.
The History.length read-only property returns an Integer representing number of elements in the session history, including the currently page. For example, for a page loaded in a new tab this property 1.
length = history.length;
See also: https://developer.mozilla.org/en-US/docs/Web/API/History/length
Property. The History.length read-only property returns an Integer representing number of elements in the session history, including the currently page. For example, for a page loaded in a new tab this property 1. `length = history.length;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/History/length`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close