Liking cljdoc? Tell your friends :D

web.dom.core

web.dom interfaces.

web.dom interfaces.
raw docstring

No vars found in this namespace.

web.dom.DOMMatrix

The DOMMatrix interface represents 4x4 matrices, suitable for and 3D operations including rotation and translation.

The DOMMatrix interface represents 4x4 matrices, suitable for
and 3D operations including rotation and translation.
raw docstring

web.dom.DOMMatrixReadOnly

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

web.dom.DOMQuad

A DOMQuad is a collection of four DOMPoints defining the corners an arbitrary quadrilateral. Returning DOMQuads lets getBoxQuads() accurate information even when arbitrary 2D or 3D transforms present. It has a handy bounds attribute returning a DOMRectReadOnly those cases where you just want an axis-aligned bounding rectangle.

A DOMQuad is a collection of four DOMPoints defining the corners
an arbitrary quadrilateral. Returning DOMQuads lets getBoxQuads()
accurate information even when arbitrary 2D or 3D transforms
present. It has a handy bounds attribute returning a DOMRectReadOnly
those cases where you just want an axis-aligned bounding rectangle.
raw docstring

web.dom.DOMRectReadOnly

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

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

web.dom.DOMStringList

A type returned by some APIs which contains a list of DOMString

A type returned by some APIs which contains a list of DOMString
raw docstring

web.dom.DOMStringMap

Used by the dataset HTML attribute to represent data for custom added to elements.

Used by the dataset HTML attribute to represent data for custom
added to elements.
raw docstring

web.dom.GlobalEventHandlers

The GlobalEventHandlers mixin describes the event handlers common several interfaces like web.dom.HTMLElement, web.Document, web.Window.

The GlobalEventHandlers mixin describes the event handlers common
several interfaces like `web.dom.HTMLElement`, `web.Document`,
`web.Window`.
raw docstring

web.dom.History

The History interface allows manipulation of the browser session that is the pages visited in the tab or frame that the current is loaded in.

The History interface allows manipulation of the browser session
that is the pages visited in the tab or frame that the current
is loaded in.
raw docstring

web.dom.HTMLAnchorElement

The HTMLAnchorElement interface represents hyperlink elements provides special properties and methods (beyond those of the web.dom.HTMLElement object interface that they inherit from) manipulating the layout and presentation of such elements. This corresponds to <a> element; not to be confused with <link>, which represented by HTMLLinkElement)

The HTMLAnchorElement interface represents hyperlink elements
provides special properties and methods (beyond those of the
`web.dom.HTMLElement` object interface that they inherit from)
manipulating the layout and presentation of such elements. This
corresponds to <a> element; not to be confused with <link>, which
represented by HTMLLinkElement)
raw docstring

web.dom.HTMLAreaElement

The HTMLAreaElement interface provides special properties and (beyond those of the regular object web.dom.HTMLElement interface also has available to it by inheritance) for manipulating the and presentation of <area> elements.

The HTMLAreaElement interface provides special properties and
(beyond those of the regular object `web.dom.HTMLElement` interface
also has available to it by inheritance) for manipulating the
and presentation of `<area>` elements.
raw docstring

web.dom.HTMLAudioElement

The HTMLAudioElement interface provides access to the properties <audio> elements, as well as methods to manipulate them. It from the web.media.HTMLMediaElement interface.

The HTMLAudioElement interface provides access to the properties
`<audio>` elements, as well as methods to manipulate them. It
from the `web.media.HTMLMediaElement` interface.
raw docstring

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

web.dom.HTMLBaseFontElement

The HTMLBaseFontElement interface provides special properties the regular web.dom.HTMLElement interface it also has available it by inheritance) for manipulating <basefont> elements.

The HTMLBaseFontElement interface provides special properties
the regular `web.dom.HTMLElement` interface it also has available
it by inheritance) for manipulating `<basefont>` elements.
raw docstring

web.dom.HTMLBRElement

The HTMLBRElement interface represents a HTML line break element It inherits from web.dom.HTMLElement.

The HTMLBRElement interface represents a HTML line break element
It inherits from `web.dom.HTMLElement`.
raw docstring

web.dom.HTMLButtonElement

The HTMLButtonElement interface provides properties and methods the regular web.dom.HTMLElement interface it also has available it by inheritance) for manipulating <button> elements.

The HTMLButtonElement interface provides properties and methods
the regular `web.dom.HTMLElement` interface it also has available
it by inheritance) for manipulating `<button>` elements.
raw docstring

web.dom.HTMLDataElement

The HTMLDataElement interface provides special properties (beyond regular web.dom.HTMLElement interface it also has available it by inheritance) for manipulating <data> elements.

The HTMLDataElement interface provides special properties (beyond
regular `web.dom.HTMLElement` interface it also has available
it by inheritance) for manipulating `<data>` elements.
raw docstring

web.dom.HTMLDataListElement

The HTMLDataListElement interface provides special properties the web.dom.HTMLElement object interface it also has available it by inheritance) to manipulate <datalist> elements and their

The HTMLDataListElement interface provides special properties
the `web.dom.HTMLElement` object interface it also has available
it by inheritance) to manipulate `<datalist>` elements and their
raw docstring

web.dom.HTMLDetailsElement

The HTMLDetailsElement interface provides special properties the regular web.dom.HTMLElement interface it also has available it by inheritance) for manipulating <details> elements.

The HTMLDetailsElement interface provides special properties
the regular `web.dom.HTMLElement` interface it also has available
it by inheritance) for manipulating `<details>` elements.
raw docstring

web.dom.HTMLDetailsElement.ev

HTMLDetailsElement Events.

HTMLDetailsElement Events.
raw docstring

web.dom.HTMLDialogElement

The HTMLDialogElement interface provides methods to manipulate elements. It inherits properties and methods from the web.dom.HTMLElement

The HTMLDialogElement interface provides methods to manipulate
elements. It inherits properties and methods from the `web.dom.HTMLElement`
raw docstring

web.dom.HTMLDialogElement.ev

HTMLDialogElement Events.

HTMLDialogElement Events.
raw docstring

web.dom.HTMLDivElement

The HTMLDivElement interface provides special properties (beyond regular web.dom.HTMLElement interface it also has available it by inheritance) for manipulating <div> elements.

The HTMLDivElement interface provides special properties (beyond
regular `web.dom.HTMLElement` interface it also has available
it by inheritance) for manipulating `<div>` elements.
raw docstring

web.dom.HTMLDListElement

The HTMLDListElement interface provides special properties (beyond of the regular web.dom.HTMLElement interface it also has available it by inheritance) for manipulating definition list (<dl>)

The HTMLDListElement interface provides special properties (beyond
of the regular `web.dom.HTMLElement` interface it also has available
it by inheritance) for manipulating definition list (`<dl>`)
raw docstring

web.dom.HTMLElement

The HTMLElement interface represents any HTML element. Some elements implement this interface, while others implement it via an interface inherits it.

The HTMLElement interface represents any HTML element. Some elements
implement this interface, while others implement it via an interface
inherits it.
raw docstring

web.dom.HTMLEmbedElement

The HTMLEmbedElement interface provides special properties (beyond regular web.dom.HTMLElement interface it also has available it by inheritance) for manipulating <embed> elements.

The HTMLEmbedElement interface provides special properties (beyond
regular `web.dom.HTMLElement` interface it also has available
it by inheritance) for manipulating `<embed>` elements.
raw docstring

web.dom.HTMLFieldSetElement

The HTMLFieldSetElement interface provides special properties methods (beyond the regular web.dom.HTMLElement interface it has available to it by inheritance) for manipulating the layout presentation of <fieldset> elements.

The HTMLFieldSetElement interface provides special properties
methods (beyond the regular `web.dom.HTMLElement` interface it
has available to it by inheritance) for manipulating the layout
presentation of `<fieldset>` elements.
raw docstring

web.dom.HTMLFontElement

Implements the document object model (DOM) representation of font element. The HTML Font Element <font> defines the font font face and color of text.

Implements the document object model (DOM) representation of
font element. The HTML Font Element `<font>` defines the font
font face and color of text.
raw docstring

web.dom.HTMLFormControlsCollection

The HTMLFormControlsCollection interface represents a collection HTML form control elements.

The HTMLFormControlsCollection interface represents a collection
HTML form control elements.
raw docstring

web.dom.HTMLFormElement

The web.dom.HTMLFormElement interface represents a <form> in the DOM; it allows access to and in some cases modification aspects of the form, as well as access to its component elements.

The `web.dom.HTMLFormElement` interface represents a `<form>`
in the DOM; it allows access to and in some cases modification
aspects of the form, as well as access to its component elements.
raw docstring

web.dom.HTMLFormElement.ev

HTMLFormElement Events.

HTMLFormElement Events.
raw docstring

web.dom.HTMLFrameSetElement

The HTMLFrameSetElement interface provides special properties those of the regular web.dom.HTMLElement interface they also for manipulating <frameset> elements.

The HTMLFrameSetElement interface provides special properties
those of the regular `web.dom.HTMLElement` interface they also
for manipulating `<frameset>` elements.
raw docstring

web.dom.HTMLHeadElement

The HTMLHeadElement interface contains the descriptive information, metadata, for a document. This object inherits all of the properties methods described in the web.dom.HTMLElement interface.

The HTMLHeadElement interface contains the descriptive information,
metadata, for a document. This object inherits all of the properties
methods described in the `web.dom.HTMLElement` interface.
raw docstring

web.dom.HTMLHeadingElement

The HTMLHeadingElement interface represents the different heading It inherits methods and properties from the web.dom.HTMLElement

The HTMLHeadingElement interface represents the different heading
It inherits methods and properties from the `web.dom.HTMLElement`
raw docstring

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

web.dom.HTMLIFrameElement

The HTMLIFrameElement interface provides special properties and (beyond those of the web.dom.HTMLElement interface it also available to it by inheritance) for manipulating the layout and of inline frame elements.

The HTMLIFrameElement interface provides special properties and
(beyond those of the `web.dom.HTMLElement` interface it also
available to it by inheritance) for manipulating the layout and
of inline frame elements.
raw docstring

web.dom.HTMLInputElement

The HTMLInputElement interface provides special properties and for manipulating the options, layout, and presentation of <input>

The HTMLInputElement interface provides special properties and
for manipulating the options, layout, and presentation of `<input>`
raw docstring

web.dom.HTMLInputElement.ev

HTMLInputElement Events.

HTMLInputElement Events.
raw docstring

web.dom.HTMLIsIndexElement

The HTMLIsIndexElement interface provides special properties the regular web.dom.HTMLElement interface it also has available it by inheritance) for manipulating <isindex> elements.

The HTMLIsIndexElement interface provides special properties
the regular `web.dom.HTMLElement` interface it also has available
it by inheritance) for manipulating `<isindex>` elements.
raw docstring

web.dom.HTMLLabelElement

The HTMLLabelElement interface gives access to properties specific <label> elements. It inherits methods and properties from the web.dom.HTMLElement interface.

The HTMLLabelElement interface gives access to properties specific
`<label>` elements. It inherits methods and properties from the
`web.dom.HTMLElement` interface.
raw docstring

web.dom.HTMLLIElement

The HTMLLIElement interface exposes specific properties and methods those defined by regular web.dom.HTMLElement interface it also available to it by inheritance) for manipulating list elements.

The HTMLLIElement interface exposes specific properties and methods
those defined by regular `web.dom.HTMLElement` interface it also
available to it by inheritance) for manipulating list elements.
raw docstring

web.dom.HTMLLinkElement

The HTMLLinkElement interface represents reference information external resources and the relationship of those resources to document and vice-versa (corresponds to <link> element; not to confused with <a>, which is represented by HTMLAnchorElement). object inherits all of the properties and methods of the web.dom.HTMLElement

The HTMLLinkElement interface represents reference information
external resources and the relationship of those resources to
document and vice-versa (corresponds to <link> element; not to
confused with <a>, which is represented by HTMLAnchorElement).
object inherits all of the properties and methods of the `web.dom.HTMLElement`
raw docstring

web.dom.HTMLMapElement

The HTMLMapElement interface provides special properties and (beyond those of the regular object web.dom.HTMLElement interface also has available to it by inheritance) for manipulating the and presentation of map elements.

The HTMLMapElement interface provides special properties and
(beyond those of the regular object `web.dom.HTMLElement` interface
also has available to it by inheritance) for manipulating the
and presentation of map elements.
raw docstring

web.dom.HTMLMeterElement

The HTML <meter> elements expose the HTMLMeterElement interface, provides special properties and methods (beyond the web.dom.HTMLElement interface they also have available to them by inheritance) for the layout and presentation of <meter> elements.

The HTML `<meter>` elements expose the HTMLMeterElement interface,
provides special properties and methods (beyond the `web.dom.HTMLElement`
interface they also have available to them by inheritance) for
the layout and presentation of `<meter>` elements.
raw docstring

web.dom.HTMLModElement

The HTMLModElement interface provides special properties (beyond regular methods and properties available through the web.dom.HTMLElement they also have available to them by inheritance) for manipulating elements, that is <del> and <ins>.

The HTMLModElement interface provides special properties (beyond
regular methods and properties available through the `web.dom.HTMLElement`
they also have available to them by inheritance) for manipulating
elements, that is `<del>` and `<ins>`.
raw docstring

web.dom.HTMLObjectElement

The HTMLObjectElement interface provides special properties and (beyond those on the web.dom.HTMLElement interface it also available to it by inheritance) for manipulating the layout and of <object> element, representing external resources.

The HTMLObjectElement interface provides special properties and
(beyond those on the `web.dom.HTMLElement` interface it also
available to it by inheritance) for manipulating the layout and
of `<object>` element, representing external resources.
raw docstring

web.dom.HTMLOListElement

The HTMLOListElement interface provides special properties (beyond defined on the regular web.dom.HTMLElement interface it also available to it by inheritance) for manipulating ordered list

The HTMLOListElement interface provides special properties (beyond
defined on the regular `web.dom.HTMLElement` interface it also
available to it by inheritance) for manipulating ordered list
raw docstring

web.dom.HTMLOptGroupElement

The HTMLOptGroupElement interface provides special properties methods (beyond the regular web.dom.HTMLElement object interface also have available to them by inheritance) for manipulating layout and presentation of <optgroup> elements.

The HTMLOptGroupElement interface provides special properties
methods (beyond the regular `web.dom.HTMLElement` object interface
also have available to them by inheritance) for manipulating
layout and presentation of `<optgroup>` elements.
raw docstring

web.dom.HTMLOutputElement

The HTMLOutputElement interface provides properties and methods those inherited from web.dom.HTMLElement) for manipulating layout and presentation of <output> elements.

The HTMLOutputElement interface provides properties and methods
those inherited from `web.dom.HTMLElement`) for manipulating
layout and presentation of `<output>` elements.
raw docstring

web.dom.HTMLParagraphElement

The HTMLParagraphElement interface provides special properties those of the regular web.dom.HTMLElement object interface it for manipulating <p> elements.

The HTMLParagraphElement interface provides special properties
those of the regular `web.dom.HTMLElement` object interface it
for manipulating `<p>` elements.
raw docstring

web.dom.HTMLParamElement

The HTMLParamElement interface provides special properties (beyond of the regular web.dom.HTMLElement object interface it inherits) manipulating <param> elements, representing a pair of a key a value that acts as a parameter for an <object> element.

The HTMLParamElement interface provides special properties (beyond
of the regular `web.dom.HTMLElement` object interface it inherits)
manipulating `<param>` elements, representing a pair of a key
a value that acts as a parameter for an `<object>` element.
raw docstring

web.dom.HTMLPreElement

The HTMLPreElement interface exposes specific properties and (beyond those of the web.dom.HTMLElement interface it also available to it by inheritance) for manipulating a block of preformatted (<pre>).

The HTMLPreElement interface exposes specific properties and
(beyond those of the `web.dom.HTMLElement` interface it also
available to it by inheritance) for manipulating a block of preformatted
(`<pre>`).
raw docstring

web.dom.HTMLProgressElement

The HTMLProgressElement interface provides special properties methods (beyond the regular web.dom.HTMLElement interface it has available to it by inheritance) for manipulating the layout presentation of <progress> elements.

The HTMLProgressElement interface provides special properties
methods (beyond the regular `web.dom.HTMLElement` interface it
has available to it by inheritance) for manipulating the layout
presentation of `<progress>` elements.
raw docstring

web.dom.HTMLQuoteElement

The HTMLQuoteElement interface provides special properties and (beyond the regular web.dom.HTMLElement interface it also has to it by inheritance) for manipulating quoting elements, like and <q>, but not the <cite> element.

The HTMLQuoteElement interface provides special properties and
(beyond the regular `web.dom.HTMLElement` interface it also has
to it by inheritance) for manipulating quoting elements, like
and `<q>`, but not the `<cite>` element.
raw docstring

web.dom.HTMLScriptElement

HTML <script> elements expose the HTMLScriptElement interface, provides special properties and methods for manipulating the and execution of <script> elements (beyond the inherited web.dom.HTMLElement

HTML `<script>` elements expose the HTMLScriptElement interface,
provides special properties and methods for manipulating the
and execution of <script> elements (beyond the inherited `web.dom.HTMLElement`
raw docstring

web.dom.HTMLSelectElement

The HTMLSelectElement interface represents a <select> HTML These elements also share all of the properties and methods of HTML elements via the web.dom.HTMLElement interface.

The HTMLSelectElement interface represents a `<select>` HTML
These elements also share all of the properties and methods of
HTML elements via the `web.dom.HTMLElement` interface.
raw docstring

web.dom.HTMLSelectElement.ev

HTMLSelectElement Events.

HTMLSelectElement Events.
raw docstring

web.dom.HTMLShadowElement

The HTMLShadowElement interface represents a <shadow> HTML which is used in Shadow DOM.

The HTMLShadowElement interface represents a `<shadow>` HTML
which is used in Shadow DOM.
raw docstring

web.dom.HTMLSourceElement

The HTMLSourceElement interface provides special properties (beyond regular web.dom.HTMLElement object interface it also has available it by inheritance) for manipulating <source> elements.

The HTMLSourceElement interface provides special properties (beyond
regular `web.dom.HTMLElement` object interface it also has available
it by inheritance) for manipulating `<source>` elements.
raw docstring

web.dom.HTMLStyleElement

The HTMLStyleElement interface represents a <style> element. inherits properties and methods from its parent, web.dom.HTMLElement, from web.cssdom.LinkStyle.

The HTMLStyleElement interface represents a `<style>` element.
inherits properties and methods from its parent, `web.dom.HTMLElement`,
from `web.cssdom.LinkStyle`.
raw docstring

web.dom.HTMLTableCaptionElement

The HTMLTableCaptionElement interface special properties (beyond regular web.dom.HTMLElement interface it also has available it by inheritance) for manipulating table caption elements.

The HTMLTableCaptionElement interface special properties (beyond
regular `web.dom.HTMLElement` interface it also has available
it by inheritance) for manipulating table caption elements.
raw docstring

web.dom.HTMLTableCellElement

The HTMLTableCellElement interface provides special properties methods (beyond the regular web.dom.HTMLElement interface it has available to it by inheritance) for manipulating the layout presentation of table cells, either header or data cells, in HTML document.

The HTMLTableCellElement interface provides special properties
methods (beyond the regular `web.dom.HTMLElement` interface it
has available to it by inheritance) for manipulating the layout
presentation of table cells, either header or data cells, in
HTML document.
raw docstring

web.dom.HTMLTableDataCellElement

Inherits properties from its parent, web.dom.HTMLTableCellElement, web.dom.HTMLElement.

Inherits properties from its parent, `web.dom.HTMLTableCellElement`,
`web.dom.HTMLElement`.
raw docstring

web.dom.HTMLTableElement

The HTMLTableElement interface provides special properties and (beyond the regular web.dom.HTMLElement object interface it has available to it by inheritance) for manipulating the layout presentation of tables in an HTML document.

The HTMLTableElement interface provides special properties and
(beyond the regular `web.dom.HTMLElement` object interface it
has available to it by inheritance) for manipulating the layout
presentation of tables in an HTML document.
raw docstring

web.dom.HTMLTableHeaderCellElement

The HTMLTableHeaderCellElement interface provides special properties methods (beyond the regular web.dom.HTMLTableCellElement and interfaces it also has available to it by inheritance) for manipulating layout and presentation of table header cells in an HTML document.

The HTMLTableHeaderCellElement interface provides special properties
methods (beyond the regular `web.dom.HTMLTableCellElement` and
interfaces it also has available to it by inheritance) for manipulating
layout and presentation of table header cells in an HTML document.
raw docstring

web.dom.HTMLTableRowElement

The HTMLTableRowElement interface provides special properties methods (beyond the web.dom.HTMLElement interface it also has to it by inheritance) for manipulating the layout and presentation rows in an HTML table.

The HTMLTableRowElement interface provides special properties
methods (beyond the `web.dom.HTMLElement` interface it also has
to it by inheritance) for manipulating the layout and presentation
rows in an HTML table.
raw docstring

web.dom.HTMLTableSectionElement

The HTMLTableSectionElement interface provides special properties methods (beyond the web.dom.HTMLElement interface it also has to it by inheritance) for manipulating the layout and presentation sections, that is headers, footers and bodies, in an HTML table.

The HTMLTableSectionElement interface provides special properties
methods (beyond the `web.dom.HTMLElement` interface it also has
to it by inheritance) for manipulating the layout and presentation
sections, that is headers, footers and bodies, in an HTML table.
raw docstring

web.dom.HTMLTemplateElement

The HTMLTemplateElement interface enables access to the contents an HTML <template> element.

The HTMLTemplateElement interface enables access to the contents
an HTML `<template>` element.
raw docstring

web.dom.HTMLTextAreaElement

The HTMLTextAreaElement interface provides special properties methods for manipulating the layout and presentation of <textarea>

The HTMLTextAreaElement interface provides special properties
methods for manipulating the layout and presentation of `<textarea>`
raw docstring

web.dom.HTMLTextAreaElement.ev

HTMLTextAreaElement Events.

HTMLTextAreaElement Events.
raw docstring

web.dom.HTMLTimeElement

The HTMLTimeElement interface provides special properties (beyond regular web.dom.HTMLElement interface it also has available it by inheritance) for manipulating <time> elements.

The HTMLTimeElement interface provides special properties (beyond
regular `web.dom.HTMLElement` interface it also has available
it by inheritance) for manipulating `<time>` elements.
raw docstring

web.dom.HTMLTitleElement

The HTMLTitleElement interface contains the title for a document. element inherits all of the properties and methods of the web.dom.HTMLElement

The HTMLTitleElement interface contains the title for a document.
element inherits all of the properties and methods of the `web.dom.HTMLElement`
raw docstring

web.dom.HTMLTrackElement

The HTMLTrackElement interface represents an HTML <track> element the DOM. This element can be used as a child of either <audio> <video> to specify a text track containing information such closed captions or subtitles.

The HTMLTrackElement interface represents an HTML `<track>` element
the DOM. This element can be used as a child of either `<audio>`
`<video>` to specify a text track containing information such
closed captions or subtitles.
raw docstring

web.dom.HTMLTrackElement.ev

HTMLTrackElement Events.

HTMLTrackElement Events.
raw docstring

web.dom.HTMLUListElement

The HTMLUListElement interface provides special properties (beyond defined on the regular web.dom.HTMLElement interface it also available to it by inheritance) for manipulating unordered list

The HTMLUListElement interface provides special properties (beyond
defined on the regular `web.dom.HTMLElement` interface it also
available to it by inheritance) for manipulating unordered list
raw docstring

web.dom.Location

The Location interface represents the location (URL) of the object is linked to. Changes done on it are reflected on the object relates to. Both the web.Document and web.Window interface such a linked Location, accessible via Document.location and respectively.

The Location interface represents the location (URL) of the object
is linked to. Changes done on it are reflected on the object
relates to. Both the `web.Document` and `web.Window` interface
such a linked Location, accessible via `Document.location` and
respectively.
raw docstring

web.dom.MutationObserverInit

The MutationObserverInit dictionary describes the configuration a mutation observer. As such, it's primarily used as the type the options parameter on the MutationObserver.observe() method.

The MutationObserverInit dictionary describes the configuration
a mutation observer. As such, it's primarily used as the type
the options parameter on the `MutationObserver.observe()` method.
raw docstring

web.dom.NavigatorID

The NavigatorID interface contains methods and properties related the identity of the browser.

The NavigatorID interface contains methods and properties related
the identity of the browser.
raw docstring

web.dom.NavigatorLanguage

NavigatorLanguage contains methods and properties related to language of the navigator.

NavigatorLanguage contains methods and properties related to
language of the navigator.
raw docstring

web.dom.NavigatorOnLine

The NavigatorOnLine interface contains methods and properties to the connectivity status of the browser.

The NavigatorOnLine interface contains methods and properties
to the connectivity status of the browser.
raw docstring

web.dom.NavigatorPlugins

The NavigatorPlugins mixin adds to the web.performance.Navigator methods and properties for discovering and interacting with plugins into the browser.

The NavigatorPlugins mixin adds to the `web.performance.Navigator`
methods and properties for discovering and interacting with plugins
into the browser.
raw docstring

web.dom.PromiseRejectionEvent

The PromiseRejectionEvent interface represents events which are to the global script context when JavaScript js.Promises are

The PromiseRejectionEvent interface represents events which are
to the global script context when JavaScript `js.Promise`s are
raw docstring

web.dom.PromiseRejectionEvent.ev

PromiseRejectionEvent Events.

PromiseRejectionEvent Events.
raw docstring

web.dom.RadioNodeList

The RadioNodeList interface represents a collection of radio in a <form> or a <fieldset> element.

The RadioNodeList interface represents a collection of radio
in a `<form>` or a `<fieldset>` element.
raw docstring

web.dom.ValidityState

The ValidityState interface represents the validity states that element can be in, with respect to constraint validation. Together, help explain why an element's value fails to validate, if it's valid.

The ValidityState interface represents the validity states that
element can be in, with respect to constraint validation. Together,
help explain why an element's value fails to validate, if it's
valid.
raw docstring

web.dom.WindowEventHandlers

The WindowEventHandlers mixin describes the event handlers common several interfaces like web.Window, or web.dom.HTMLBodyElement web.dom.HTMLFrameSetElement. Each of these interfaces can implement specific event handlers.

The WindowEventHandlers mixin describes the event handlers common
several interfaces like `web.Window`, or `web.dom.HTMLBodyElement`
`web.dom.HTMLFrameSetElement`. Each of these interfaces can implement
specific event handlers.
raw docstring

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

× close