Liking cljdoc? Tell your friends :D
ClojureScript only.

web.History

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.
raw docstring

lengthcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close