Replies: 3 comments 1 reply
-
oh there's also this https://chromestatus.com/feature/5083947249172480 which is what Chrome references when it detects you are listening to a deprecated Mutation Event |
Beta Was this translation helpful? Give feedback.
-
Keyword stuffing
(I have no idea if this will increase visibility or not) |
Beta Was this translation helpful? Give feedback.
-
Hi @nrdevau 👋 Also, the JS Fiddle does not seem to be working for me. |
Beta Was this translation helpful? Give feedback.
-
Hi Peeps,
I've just been bitten by some existing functionality that relied on
DOMSubtreeModified
(a decade since being deprecated I know 😢) event listening dying in the latest Chrome.I've been reading through the docs and believe this JSFiddle should show a simple migration for my use case.
There are some caveats though, which may be painpoints to a number of other devs in the next few days as end users browsers get updated.
I think it would be good to document those caveats somewhere.
I believe this is the place that makes the most sense.
Here is a link to a discussion in the jQuery discussions (as I had incorrectly blamed jQuery for this change in behaviour): jquery/jquery#5535
I doubt many people will find this, and hope even fewer devs are affected by this. In a perfect world all devs would have migrated long ago, but in reality some businesses have pirates that do dirty dev and then it gets so unstable, it ends up landing on the plate of someone like me 😂
Anyway, enough ranting, but I just wanted to call it out in case it helps someone else.
Enjoy: https://jsfiddle.net/nrdev/kwLu2yvh/24/
Beta Was this translation helpful? Give feedback.
All reactions