Liking cljdoc? Tell your friends :D
ClojureScript only.

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

get-distributed-nodescljs

(get-distributed-nodes this)

Method.

[Deprecated]

The HTMLShadowElement.getDistributedNodes() method returns a web.NodeList of the distributed nodes associated with this element.

var nodeList = object.getDistributedNodes()

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLShadowElement/getDistributedNodes

Method.

[Deprecated]

The HTMLShadowElement.getDistributedNodes() method returns a
`web.NodeList` of the distributed nodes associated with this
element.

`var nodeList = object.getDistributedNodes()`

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

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

× close