Uses Deprecated APIs
-
I have the following error which goes against best practices when examining page quality:
DOM Mutation Events, includingDOMSubtreeModified
,DOMNodeInserted
,DOMNodeRemoved
,DOMNodeRemovedFromDocument
,DOMNodeInsertedIntoDocument
, andDOMCharacterDataModified
are deprecated (https://w3c.github.io/uievents/#legacy-event-types) and will be removed. Please useMutationObserver
instead.
The piece of code is part of the MailerLite – WooCommerce integration plugin, in public.js:10.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Uses Deprecated APIs’ is closed to new replies.