- From: Ryosuke Niwa <notifications@github.com>
- Date: Sun, 10 Apr 2016 21:28:00 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Monday, 11 April 2016 04:28:29 UTC
FYI, `new.target` is readonly (i.e. not assignable). You need to use `Reflect.construct` to set `new.target` instead. --- 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/423#issuecomment-208159581
Received on Monday, 11 April 2016 04:28:29 UTC