Liking cljdoc? Tell your friends :D

web.web-components.core

web.web-components interfaces.

web.web-components interfaces.
raw docstring

No vars found in this namespace.

web.web-components.CustomElementRegistry

The CustomElementRegistry interface provides methods for registering elements and querying registered elements. To get an instance it, use the window.customElements property.

The CustomElementRegistry interface provides methods for registering
elements and querying registered elements. To get an instance
it, use the `window.customElements` property.
raw docstring

web.web-components.DocumentFragment

The DocumentFragment interface represents a minimal document that has no parent. It is used as a lightweight version of web.Document stores a segment of a document structure comprised of nodes just a standard document. The key difference is that because the document isn't part of the active document tree structure, changes made the fragment don't affect the document, cause reflow, or incur performance impact that can occur when changes are made.

The DocumentFragment interface represents a minimal document
that has no parent. It is used as a lightweight version of `web.Document`
stores a segment of a document structure comprised of nodes just
a standard document. The key difference is that because the document
isn't part of the active document tree structure, changes made
the fragment don't affect the document, cause reflow, or incur
performance impact that can occur when changes are made.
raw docstring

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

× close