- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 10 Aug 2016 22:55:44 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 11 August 2016 05:56:15 UTC
It does say to throw but it doesn't say to abort the steps. So it's somewhat ambiguous as to whether we should keep executing `Get(prototype, callbackName)` on other callback names or not. Now, it's quite obvious from the semantics of JavaScript that we can't keep issuing `Get`s when there is a pending exception being thrown but we should explicitly state that in the specifications. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/543#issuecomment-239079374
Received on Thursday, 11 August 2016 05:56:15 UTC