- From: Tobie Langel <notifications@github.com>
- Date: Sun, 23 Oct 2016 00:25:49 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Sunday, 23 October 2016 07:26:17 UTC
Last step of the algorithm "to invoke the internal [[Set]] method of platform objects" in [Platform object [[Set]] method](https://heycam.github.io/webidl/#platformobjectset) instructs to perform steps 3-11 of the [default [[Set]] internal method](https://tc39.github.io/ecma262/#sec-ordinary-object-internal-methods-and-internal-slots-set-p-v-receiver), when it should instead rely on [OrdinarySet](https://tc39.github.io/ecma262/#sec-ordinaryset). It might be possible to rework the algorithm to avoid plugging into the middle of the algorithm, which is always brittle. -- 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/201
Received on Sunday, 23 October 2016 07:26:17 UTC