Re: [WICG/webcomponents] Lazy Custom Element Definitions (#782)

DCE with source URL would be capable of lazy load. 
```html
<custom-element src="some/url" tag="abc"></custom-element>
<abc></abc>
```

The browser would load DCE definition and materialize the class on its own discretion accounting the hydration rules. 


-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/782#issuecomment-1519302312
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/782/1519302312@github.com>

Received on Monday, 24 April 2023 02:45:53 UTC