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

Support ShadowRoots in MutationPoller #13163

Open
OrKoN opened this issue Oct 7, 2024 · 1 comment
Open

Support ShadowRoots in MutationPoller #13163

OrKoN opened this issue Oct 7, 2024 · 1 comment

Comments

@OrKoN
Copy link
Collaborator

OrKoN commented Oct 7, 2024

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

@OrKoN
Copy link
Collaborator Author

OrKoN commented Oct 7, 2024

cc @Lightning00Blade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant