Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

HTMLShadowElement.getDistributedNodes()

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
The definition of 'shadow' in that specification.
Working Draft Initial definition

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support 35 Not supported Not supported 26 Not supported
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support 37 Not supported Not supported ? ?

See also

Document Tags and Contributors

 Contributors to this page: Sebastianz, markg, fscholz, teoli
 Last updated by: Sebastianz,