Implement the DCE load on demand. ```html <custom-element defer tag="my-component" src="library/templates.html#my-component"></custom-element> ``` would not load the code till the tag appear in DOM. Related: https://github.com/WICG/webcomponents/issues/754
Implement the DCE load on demand.
would not load the code till the tag appear in DOM.
Related:
WICG/webcomponents#754