Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLBaseElement

The HTMLBaseElement interface contains the base URI for a document. object inherits all of the properties and methods as described the web.dom.HTMLElement interface.

The HTMLBaseElement interface contains the base URI for a document.
object inherits all of the properties and methods as described
the `web.dom.HTMLElement` interface.
raw docstring

hrefcljs

(href this)

Property.

Is a DOMString that reflects the href HTML attribute, containing base URL for relative URLs in the document.

Property.

Is a DOMString that reflects the href HTML attribute, containing
base URL for relative URLs in the document.
sourceraw docstring

set-href!cljs

(set-href! this val)

Property.

Is a DOMString that reflects the href HTML attribute, containing base URL for relative URLs in the document.

Property.

Is a DOMString that reflects the href HTML attribute, containing
base URL for relative URLs in the document.
sourceraw docstring

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

× close