Re: [w3c/webcomponents] Anonymous custom elements 匿名自定义组件 (#842)

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