github-bpmn icon indicating copy to clipboard operation
github-bpmn copied to clipboard

Chrome Extension: Mutation event `DOMNodeRemoved` is deprecated

Open falko opened this issue 1 year ago • 0 comments

I'm getting the following error in Microsoft Edge version 126.0.2592.113 (Official build) (64-bit):

Listener added for a DOMNodeRemoved mutation event. This event type is deprecated, and will be removed from this browser VERY soon. Usage of this event listener will cause performance issues today, and represents a large risk of imminent site breakage. Consider using MutationObserver instead. See https://chromestatus.com/feature/5083947249172480 for more information.

Stack Trace

src/static/vendor/js/jquery-3.4.1.min.js:2 (add)

falko avatar Jul 22 '24 21:07 falko