removedNodes property
The MutationRecord read-only property removedNodes is a NodeList
of nodes removed from a target node by a mutation observed with a
MutationObserver.
Implementation
external NodeList get removedNodes;
The MutationRecord read-only property removedNodes is a NodeList
of nodes removed from a target node by a mutation observed with a
MutationObserver.
external NodeList get removedNodes;