- From: Timothy Gu <notifications@github.com>
- Date: Mon, 14 Aug 2017 07:13:40 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 14 August 2017 14:14:03 UTC
TimothyGu commented on this pull request. > @@ -6668,7 +6674,7 @@ In effect, where <var ignore>x</var> is a <emu-val>Number</emu-val> value, 1. Let |x| be [=?=] [=ToNumber=](|V|). 1. If |x| is <emu-val>NaN</emu-val>, +∞, or −∞, - then [=ECMAScript/throw=] a <emu-val>TypeError</emu-val>. + then [=ECMAScript/throw=] a {{TypeError}}. Speaking of that, I'm not too clear on the difference between [ES/throw](https://heycam.github.io/webidl/#ecmascript-throw) and [ES binding throw](https://heycam.github.io/webidl/#es-creating-throwing-exceptions) -- they seem to be equivalent IMO. -- 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/405#discussion_r132960729
Received on Monday, 14 August 2017 14:14:03 UTC