- From: Boris Zbarsky <notifications@github.com>
- Date: Tue, 26 Mar 2019 08:08:17 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 March 2019 15:08:38 UTC
And also whether a proxy for a DOM interface object ends up with a construct trap being called. So simple testcase: ``` <script> var p = new Proxy(Node, { construct: () => console.log("constructing") }); new p() </script> ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/698#issuecomment-476692787
Received on Tuesday, 26 March 2019 15:08:38 UTC