Liking cljdoc? Tell your friends :D

web.HashChangeEvent

The HashChangeEvent interface represents events that fire when fragment identifier of the URL has changed.

The HashChangeEvent interface represents events that fire when
fragment identifier of the URL has changed.
raw docstring

new-urlcljs

(new-url this)

Property.

The newURL read-only property of the web.HashChangeEvent interface the new URL to which the window is navigating.

let newEventUrl = event.newURL;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HashChangeEvent/newURL

Property.

The newURL read-only property of the `web.HashChangeEvent` interface
the new URL to which the window is navigating.

`let newEventUrl = event.newURL;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HashChangeEvent/newURL`
sourceraw docstring

old-urlcljs

(old-url this)

Property.

The oldURL read-only property of the web.HashChangeEvent interface the previous URL from which the window was navigated.

let oldEventUrl = event.oldURL;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HashChangeEvent/oldURL

Property.

The oldURL read-only property of the `web.HashChangeEvent` interface
the previous URL from which the window was navigated.

`let oldEventUrl = event.oldURL;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HashChangeEvent/oldURL`
sourceraw docstring

set-new-url!cljs

(set-new-url! this val)

Property.

The newURL read-only property of the web.HashChangeEvent interface the new URL to which the window is navigating.

let newEventUrl = event.newURL;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HashChangeEvent/newURL

Property.

The newURL read-only property of the `web.HashChangeEvent` interface
the new URL to which the window is navigating.

`let newEventUrl = event.newURL;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HashChangeEvent/newURL`
sourceraw docstring

set-old-url!cljs

(set-old-url! this val)

Property.

The oldURL read-only property of the web.HashChangeEvent interface the previous URL from which the window was navigated.

let oldEventUrl = event.oldURL;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HashChangeEvent/oldURL

Property.

The oldURL read-only property of the `web.HashChangeEvent` interface
the previous URL from which the window was navigated.

`let oldEventUrl = event.oldURL;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HashChangeEvent/oldURL`
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close