Apply / Replay MutationRecord changes (MutationObserver API)

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!

+7
javascript webkit mutation-observers
source share

No one has answered this question yet.

See related questions:

2984
What is the difference between calling and applying?
2687
Is it possible to apply CSS to half a character?
2614
How to change an element class using JavaScript?
29th
When do MutationObserver callbacks fire?
3
Why doesn't MutationObserver recognize the xlink: href attribute in attributeFilter array?
2
How can I use MutationObservers to find when a parent is removed from the DOM?
0
MutationObserver in AngularJS know when SPA template was loaded
0
MutationObserver gets removeNodes only
0
Using MutationObserver with IE9 Compatibility in IE11 Browser
0
Use MutationObserver correctly

All Articles