- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 13 Feb 2019 08:13:24 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 February 2019 08:13:52 UTC
annevk commented on this pull request. > @@ -13324,10 +13369,8 @@ 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. Set |e|'s [=DOMException/name=] to |name|. -1. Set |e|'s [=DOMException/message=] to |message|. -1. Return |e|. +1. Set <emu-val>this</emu-val>'s [=DOMException/name=] to |name|. I'd prefer "this" over "this value" as it's extremely common. -- 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_r256283344
Received on Wednesday, 13 February 2019 08:13:52 UTC