- From: samweinig <notifications@github.com>
- Date: Wed, 07 Jun 2017 11:20:52 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 7 June 2017 18:21:24 UTC
In the [PutForwards] section of the attribute setter algorithm (https://heycam.github.io/webidl/#dfn-attribute-setter), in step 3.5.9.4: `Perform ? Set(Q, forwardId, V).` the call to Set(...) does not provide all four parameters required by the linked Set(...) algorithm (https://tc39.github.io/ecma262/#sec-set-o-p-v-throw). Specifically, it is missing the 'throw' parameter. -- 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/368
Received on Wednesday, 7 June 2017 18:21:24 UTC