addedNodes property
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;
The MutationRecord read-only property addedNodes is a NodeList
of nodes added to a target node by a mutation observed with a
MutationObserver.
external NodeList get addedNodes;