Liking cljdoc? Tell your friends :D

dom.DOMException

The DOMException interface represents an abnormal event (called exception) which occurs as a result of calling a method or accessing property of a web API.

The DOMException interface represents an abnormal event (called
exception) which occurs as a result of calling a method or accessing
property of a web API.
raw docstring

dom.DOMImplementation

The DOMImplementation interface represents an object providing which are not dependent on any particular document. Such an object returned by the web.Document.implementation property.

The DOMImplementation interface represents an object providing
which are not dependent on any particular document. Such an object
returned by the `web.Document.implementation` property.
raw docstring

dom.DOMMatrixReadOnly

The DOMMatrixReadOnly interface represents a 4x4 matrix, suitable 2D and 3D operations. If this interface defines only read-only the dom.DOMMatrix interface which inherits from it, add all properties and the methods to allow to have modifiable matrices.

The DOMMatrixReadOnly interface represents a 4x4 matrix, suitable
2D and 3D operations. If this interface defines only read-only
the `dom.DOMMatrix` interface which inherits from it, add all
properties and the methods to allow to have modifiable matrices.
raw docstring

dom.DOMPoint

A DOMPoint object represents a 2D or 3D point in a coordinate it includes values for the coordinates in up to three dimensions, well as an optional perspective value.

A DOMPoint object represents a 2D or 3D point in a coordinate
it includes values for the coordinates in up to three dimensions,
well as an optional perspective value.
raw docstring

dom.DOMPointInit

The DOMPointInit dictionary is used to provide the values of coordinates and perspective when creating and JSONifying a dom.DOMPoint dom.DOMPointReadOnly object.

The DOMPointInit dictionary is used to provide the values of
coordinates and perspective when creating and JSONifying a `dom.DOMPoint`
`dom.DOMPointReadOnly` object.
raw docstring

dom.DOMPointReadOnly

The DOMPointReadOnly interface specifies the coordinate and perspective used by dom.DOMPoint to define a 2D or 3D point in a coordinate

The DOMPointReadOnly interface specifies the coordinate and perspective
used by `dom.DOMPoint` to define a 2D or 3D point in a coordinate
raw docstring

dom.DOMRectReadOnly

The DOMRectReadOnly interface specifies the standard properties by dom.DOMRect to define a rectangle.

The DOMRectReadOnly interface specifies the standard properties
by `dom.DOMRect` to define a rectangle.
raw docstring

dom.DOMTokenList

The DOMTokenList interface represents a set of space-separated Such a set is returned by web.Element.classList, html.HTMLLinkElement.relList, html.HTMLAreaElement.relList, html.HTMLIframeElement.sandbox, html.HTMLOutputElement.htmlFor. It is indexed beginning with as with JavaScript web.Array objects. DOMTokenList is always

The DOMTokenList interface represents a set of space-separated
Such a set is returned by `web.Element.classList`, `html.HTMLLinkElement.relList`,
`html.HTMLAreaElement.relList`, `html.HTMLIframeElement.sandbox`,
`html.HTMLOutputElement.htmlFor`. It is indexed beginning with
as with JavaScript `web.Array` objects. DOMTokenList is always
raw docstring

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

× close