Use MutationObserver instead of setTimeout
Opened this issue · 1 comments
dkastl commented
As discussed in #321 (comment) it might be better to replace setTimeout
with a MutationObserver
implementation.
sanak commented
Thanks for creating this issue!
I will try to implement MutationObserver
way in next week.