- From: Justin Fagnani <notifications@github.com>
- Date: Tue, 07 Mar 2023 06:38:20 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 March 2023 14:38:33 UTC
> If I understand correctly, this means that any component coming from code you don't control (e.g. 3rd party library) will need to be adjusted to avoid using constructors? No. It just means that you can't recursively call your own constructor before `super()` - which is already a restriction due to how upgrades work. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/969#issuecomment-1458286935 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/969/1458286935@github.com>
Received on Tuesday, 7 March 2023 14:38:33 UTC