-
Notifications
You must be signed in to change notification settings - Fork 457
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
use MutationObserver to track dom node additions. #767
use MutationObserver to track dom node additions. #767
Conversation
Hey @cancan101 and thanks for the super-quick fix! The change looks simple enough. I've also tested with my own extension, everything works, and from what I can tell there are no adverse effects. I'd be happy to merge this change. How about about you @Kravimir? |
No feedback from @Kravimir in roughly a week... So I say this is good to merge. |
Not necessarily. In my case it often means I haven't remembered to come back to look at it. However, in this case, the change is good, although I do note that the observed node is changed from "document" to "document.body". |
I know such things happen. It happens to me too! But that often mean an issue isn't that critical to the person involved. In those cases, if others feel a need to move on, it should be OK to do so, especially if notifying about that happening 😄
Nice observation. Looking into docs here, I don't think this is going to be an issue for our use. We're never going to need to inspect for changes in the |
so, can this PR be merged? |
Yeah. Sure thing. Sorry about the delay! |
Can we can a release cut with this PR? I think |
Indeed. |
Closes #766
CC @Kravimir @josteink