dom-module
forces CustomElements.upgradeAll
each time an element without a dom-module is registered
#2708
Labels
dom-module
forces CustomElements.upgradeAll
each time an element without a dom-module is registered
#2708
Code in
dom-module
added to ensure non-upgraded dom-modules can be found by registering elements has an undesired side-effect of doing potentially expensive tree walks for each element registered that intentionally has nodom-module
. Issue is to consider avoiding these expensive tree-walks somehow.The text was updated successfully, but these errors were encountered: