Re: [w3c/webcomponents] Non-class based example of customElement.define() (#587)

Alright, so doing something like

```js
  return Reflect.construct(HTMLElement, [], new.target)
```

with `new.target` just doesn't work because `new.target` is undefined. This is just a complete mess.



-- 
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/587#issuecomment-378671326

Received on Wednesday, 4 April 2018 16:58:38 UTC