- From: Joe Pea <notifications@github.com>
- Date: Sat, 30 Sep 2017 09:48:01 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 30 September 2017 16:48:23 UTC
The reason I'm having this problem is because I'm writing classes that I can use with Custom Elements v1 using `constructor`s, but I need to support older browsers that don't have `Reflect.construct`, so I'm writing classes that work when registered with `v0` or `v1` (this seems like a reasonable thing for a Custom Element library author to want). -- 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-333320826
Received on Saturday, 30 September 2017 16:48:23 UTC