Polymer.dom(...).observeNodes
does not notify for some DOM removal
#2587
Labels
Polymer.dom(...).observeNodes
does not notify for some DOM removal
#2587
Please see the contrived test case here: http://jsbin.com/dajife/2
Removing nodes from the example element (notably, an element without a shadow root), fails to cause an expected notification from
observeNodes
.The text was updated successfully, but these errors were encountered: