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

[Deprecation] Listener added for a synchronous 'DOMSubtreeModified' DOM Mutation Event #7

Open
muescha opened this issue Oct 23, 2023 · 0 comments

Comments

@muescha
Copy link

muescha commented Oct 23, 2023

There are deprecation informations are logged at the console:

Console Logs

Deprecated Feature Used
DOM Mutation Events, including 
	DOMSubtreeModified, 
	DOMNodeInserted, 
	DOMNodeRemoved, 
	DOMNodeRemovedFromDocument, 
	DOMNodeInsertedIntoDocument, 
	and DOMCharacterDataModified 
are deprecated ( https://w3c.github.io/uievents/#legacy-event-types ) 
and will be removed. Please use MutationObserver instead.
1 source
chrome-extension://hhojmcideegachlhfgfdhailpfhgknjm/web_accessible_resources/index.js:11

and for each Event:

[Deprecation] Listener added for a synchronous 'DOMSubtreeModified' DOM Mutation Event. 
This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) 
and work is underway to remove it from this browser. 
Usage of this event listener will cause performance issues today, 
and represents a risk of future incompatibility. 
Consider using MutationObserver instead.

(anonymous) @ chrome-extension://h…sources/index.js:11
Mutation.bind @ chrome-extension://h…sources/index.js:10
Mutation @ chrome-extension://h…esources/index.js:7
handleEvent @ chrome-extension://h…ources/index.js:107

ScreenShot:

Bildschirmfoto 2023-10-23 um 11 08 38

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

No branches or pull requests

1 participant