The HTMLShadowElement.getDistributedNodes()
method returns a static NodeList
of the distributed nodes associated with this <shadow>
element.
var nodeList = object.getDistributedNodes()
// Get the distributed nodes var nodes = myShadowObject.getDistributedNodes();
This feature is no longer defined by any specifications.
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 35 | No support | No support | 26 | No support |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | 37 | No support | No support | ? | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLShadowElement/getDistributedNodes