Create a mutation observer that watches for a node matching a condition.
a function that returns true if the node matches
a function to call when the node is added
the ancestor element to watch
options to pass to the MutationObserver
a MutationObserver
Generated using TypeDoc
Create a mutation observer that watches for a node matching a condition.