addedNodes property

NodeList get addedNodes

The MutationRecord read-only property addedNodes is a NodeList of nodes added to a target node by a mutation observed with a MutationObserver.

Implementation

external NodeList get addedNodes;