HTMLContentElement.getDistributedNodes()
La méthode HTMLContentElement.getDistributedNodes()
retourne un NodeList
statique du distributed nodes associé avec l'élément <content>
.
Syntaxe
var nodeList = object.getDistributedNodes()
Exemple
// Récupère les éléments
var nodes = myContentObject.getDistributedNodes();
Spécifications
No specification found
No specification data found for api.HTMLContentElement.getDistributedNodes
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
Compatibilité des navigateurs
BCD tables only load in the browser