The HTMLShadowElement.getDistributedNodes()
method returns a static NodeList
of the distributed nodes associated with this <shadow>
element.
Syntax
var nodeList = object.getDistributedNodes()
Example
// Get the distributed nodes
var nodes = myShadowObject.getDistributedNodes();
Specifications
Specification | Status | Comment |
---|---|---|
Shadow DOM La definición de 'shadow' en esta especificación. |
Obsolete | Initial definition |
Browser compatibility
We're converting our compatibility data into a machine-readable JSON format.
This compatibility table still uses the old format,
because we haven't yet converted the data it contains.
Find out how you can help!
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 35 | Sin soporte | Sin soporte | 26 | Sin soporte |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | 37 | Sin soporte | Sin soporte | ? | ? |