Closed jakemac53 closed 9 years ago
Not that this only happens in browsers with the shadowdom polyfill active
@jmesserly any idea if the polyfill itself could be introducing this?
CE polyfill is async. It uses MutationObservers to detect new elements. To do better it would have to work more like SD polyfill, and patch innerHTML setter (and appendChild etc). Maybe open an issue on https://github.com/webcomponents/webcomponentsjs? The risk though is DOM performance might suffer, so not sure if it's worth changing the default.
fair enough, I created https://github.com/webcomponents/webcomponentsjs/issues/169 to track this but its not a blocker for now at least.
closing as not planned, at least for now
See custom_element_proxy_test.dart. Can we make this not so?