peity_vanilla_rails icon indicating copy to clipboard operation
peity_vanilla_rails copied to clipboard

Browser deprecation warning regarding DOMSubtreeModified

Open vanboom opened this issue 2 weeks ago • 1 comments

Firefox showing this warning when using peity...

Adding a listener for DOMSubtreeModified is deprecated and will be removed soon.
Instead of a MutationEvent, use MutationObserver. 
https://developer.mozilla.org/docs/Web/API/MutationObserver

vanboom avatar Feb 05 '25 18:02 vanboom