- From: Nicolas Gilbert <notifications@github.com>
- Date: Fri, 14 Apr 2023 04:40:44 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 April 2023 11:40:50 UTC
> The only thing the absence of a constructor prevents is calling `new ComponentA()`, it doesn't prevent creating the element at all. I'm aware of that. My point is: - Libraries **can** create components from constructor on global registry. A component working on the global registry won't necessarily work on a scoped registry, or could stop working in the future, unless it has been specifically designed not to use constructors. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/987#issuecomment-1508376806 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/987/1508376806@github.com>
Received on Friday, 14 April 2023 11:40:50 UTC