I have connected MutationObserver to the DOM and am tracking changes.
I get a notification and get a MutationRecord object containing a description of what has been changed.
Is there a supported / standard / easy way to apply changes to MutationRecord again? In other words, use the MutationRecord object to “replay” changes in the DOM?
Any help appreciated!
javascript webkit mutation-observers
Andy hin
source share