- From: Denis Migdal <notifications@github.com>
- Date: Tue, 18 Feb 2025 03:12:01 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 18 February 2025 11:12:05 UTC
denis-migdal left a comment (WICG/webcomponents#1097) > I don't think `HTMLUnknownElement` is ever used for something that has a valid custom element name (and is in the correct namespace)? Indeed, I may have misread the MDN documentation. It seems the best way would then to use `elem.constructor.name === "HTMLElement"` to check if an element has been upgraded. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1097#issuecomment-2665328990 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1097/2665328990@github.com>
Received on Tuesday, 18 February 2025 11:12:05 UTC