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.
(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.
(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.
(set-target! this val)
Property.
Is a DOMString that reflects the target HTML attribute, containing default target browsing context or frame for elements that do have a target reference specified.
Property. Is a DOMString that reflects the target HTML attribute, containing default target browsing context or frame for elements that do have a target reference specified.
(target this)
Property.
Is a DOMString that reflects the target HTML attribute, containing default target browsing context or frame for elements that do have a target reference specified.
Property. Is a DOMString that reflects the target HTML attribute, containing default target browsing context or frame for elements that do have a target reference specified.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close