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.
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.
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.
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.
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.
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
A DOMRect represents a rectangle.
A DOMRect represents a rectangle.
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.
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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close