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
Hello, lighthouse detects this library as depracated due to planned removal of some DOMevents:
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.
The library is great, are you planning to migrate to MutationObservers instead? I think it would be worth giving it a try.
The text was updated successfully, but these errors were encountered:
Could you elaborate a bit more about the problem?
In this library none of DOM*events are used. Also - MutationObserver shouldn't be needed in the implementation either.
Hello, lighthouse detects this library as depracated due to planned removal of some DOMevents:
DOM Mutation Events, including
DOMSubtreeModified
,DOMNodeInserted
,DOMNodeRemoved
,DOMNodeRemovedFromDocument
,DOMNodeInsertedIntoDocument
, andDOMCharacterDataModified
are deprecated (https://w3c.github.io/uievents/#legacy-event-types) and will be removed. Please useMutationObserver
instead.The library is great, are you planning to migrate to MutationObservers instead? I think it would be worth giving it a try.
The text was updated successfully, but these errors were encountered: