You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, MutationPoller only creates a mutation observer for the document and the observer does not track mutations inside shadow roots.
We should implement tracking of existing and new shadow roots in Mutation poller to detect mutations inside shadow roots by creating an observer instance for each shadow root.
Currently, MutationPoller only creates a mutation observer for the document and the observer does not track mutations inside shadow roots.
We should implement tracking of existing and new shadow roots in Mutation poller to detect mutations inside shadow roots by creating an observer instance for each shadow root.
Related #13153
The text was updated successfully, but these errors were encountered: