- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 08 Feb 2019 08:57:57 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 8 February 2019 16:58:18 UTC
domenic commented on this pull request. > @@ -13327,7 +13363,7 @@ Each {{DOMException}} object has an associated <dfn for="DOMException">name</dfn The <dfn constructor for="DOMException"><code>DOMException(|message|, |name|)</code></dfn> constructor, when invoked, must run these steps: -1. Let |e| be a new {{DOMException}} object. +1. Let |e| be a [=new=] {{DOMException}} object in {{NewTarget}}'s Realm, with {{NewTarget}}. Ah, good catch, I was looking at NativeError, which has special behavior for undefined NewTarget. OK, that may simplify things, and make your existing text work. Let me edit my above unrolled and inlined comment to be more correct. -- 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/pull/635#discussion_r255154910
Received on Friday, 8 February 2019 16:58:18 UTC