Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLHtmlElement

The HTMLHtmlElement interface serves as the root node for a given document. This object inherits the properties and methods described the web.dom.HTMLElement interface.

The HTMLHtmlElement interface serves as the root node for a given
document. This object inherits the properties and methods described
the `web.dom.HTMLElement` interface.
raw docstring

set-version!cljs

(set-version! this val)

Property.

Returns version information about the document type definition of a document. While this property is recognized by Mozilla, return value for this property is always an empty string.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHtmlElement/version

Property.

Returns version information about the document type definition
of a document. While this property is recognized by Mozilla,
return value for this property is always an empty string.

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

versioncljs

(version this)

Property.

Returns version information about the document type definition of a document. While this property is recognized by Mozilla, return value for this property is always an empty string.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHtmlElement/version

Property.

Returns version information about the document type definition
of a document. While this property is recognized by Mozilla,
return value for this property is always an empty string.

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

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

× close