Oct 06 2023 12:30 PM
Hello everyone,
On May 31 2023, Google Chrome announced that mutation events are deprecated and will be removed from the browser starting on its 127 version which goes to stable release on July 30 2024 (https://developer.chrome.com/blog/mutation-events-deprecation/).
In the meantime, I've noticed in 3 different SharePoint 2016 Server environments that the javascript library mquery.js contains some of these deprecated events such as "DOMSubtreeModified" and "DOMNodeRemoved":
Sorry about the bad quality
Since I want to avoid touching on this library by trying to replace these events by the MutationObserver alternative, is there any known solution (eg: official patch) or workaround for this?
Thank you all in advance.
Best regards,
Duarte
Oct 06 2023 10:08 PM
Oct 09 2023 04:07 AM
Oct 18 2023 12:29 AM
Same happens on SharePoint 2019, so description and tags should be extended. :upside_down_face: