abaaso 4.0.0 - MutationObserver
I've implemented the MutationObserver in pre-4.0 on github, with a fallback to DOM Mutation Events for observer garbage collection (to avoid memory leaks). Right now I'm passing the "raw" Mutation Records which are like audit events. There's value in the entire history as well as refining it to a digest. Elements fire "change" events as a result. You can add a "change" listener to document to watch for added or removed Elements. abaaso
















