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

fix(abode): replace deprecated dom events with mutation observer #27

Merged
merged 3 commits into from
Aug 7, 2024

Conversation

blurrah
Copy link
Member

@blurrah blurrah commented Aug 7, 2024

The DOMNodeInserted event has been deprecated and no longer works on Chrome 127.
This PR replaces it with MutationObserver.

The DOMNodeInserted event has been deprecated and no longer works on Chrome 127.
This PR replaces it with MutationObserver.
@blurrah blurrah merged commit 79cfdd6 into master Aug 7, 2024
1 check passed
@blurrah blurrah deleted the fix-deprecated-dom-events branch August 7, 2024 11:53
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.

2 participants