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.
(back this & args)
Method.
Goes to the previous page in session history, the same action when the user clicks the browser's Back button. Equivalent to Calling this method to go back beyond the first page in the history has no effect and doesn't raise an exception.
Method. Goes to the previous page in session history, the same action when the user clicks the browser's Back button. Equivalent to Calling this method to go back beyond the first page in the history has no effect and doesn't raise an exception.
(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