Closed
Description
Functionality - replicate entire page using DOM mutation observer. This works well in chrome/ FF. For IE9, I am trying to use dom mutation observer polyfill of Polymer framework to make mutation_summary.js, tree_mirror.js work. Mutation_summary expects a MutationObserver implementation from browser/ polyfill but it remains undefined when tree_mirror tries to initialize dom.
Question: Is it possible to use the mutation observer polyfill independently w/o setting up Polymer first or w/o specifying polymer's HTML elements in the webpage. And, can it work with mutation_summary and tree_mirror implementations.
Metadata
Assignees
Labels
No labels