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