Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make MutationObserver-based removal tracking #278

Merged
merged 7 commits into from
Mar 28, 2017

Conversation

huumanoid
Copy link
Contributor

Related to #259

It seems like it's a bad idea to support MutationEvent-based
removal tracker.

https://developer.mozilla.org/en-US/docs/Web/API/MutationEvent

According to the document above, there are a lot of issues with
MutationEvents, and they are even not broadly supported in browsers.

Mutation observer polyfill:
https://github.com/Polymer/MutationObservers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant