Will this break-point will only be invoked if nodes in sub-tree is added/removed, and not if they are simply modified?
As testing I tried to add class with JS to sub-tree elements, and the breakpoint did not invoke.
So just want to be sure, that only thing that will trigger this particular break-point is only addition/removal of sub-nodes, and not the modification of any f they're attributes or anything else for that matter, can anyone confirm this?
Subtree modifications are node insertions and removals in the DOM [sub]tree rooted at the given node.
In order to break on the class
attribute modifications you need to use... know what? Break on Attribute Modifications
! :-)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With