- From: Adrian <notifications@github.com>
- Date: Fri, 06 Dec 2019 23:09:37 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 7 December 2019 07:09:39 UTC
I have created a polyfill now and I think that we need a way to separate anonymous elements from named elements. The nicest solution here imo. is this: ```javascript class MyAnonymousElement extends AnonymousElement { // ... } ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/842#issuecomment-562822860
Received on Saturday, 7 December 2019 07:09:39 UTC