- From: Boris Zbarsky <notifications@github.com>
- Date: Tue, 11 Jul 2017 17:07:28 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 11 July 2017 17:08:05 UTC
There's on complication around this, which is the exception that https://html.spec.whatwg.org/multipage/custom-elements.html#concept-upgrade-an-element step 7.2 throws. This is happening outside the normal callback machinery, so wouldn't just automatically pick up webidl callback error reporting. But other than that complication, is there a reason we can't use normal webidl callback error reporting for everything else? For that SameValue check, ideally we would treat it like we would treat an exception from C itself, in terms of reporting... -- 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/635#issuecomment-314509861
Received on Tuesday, 11 July 2017 17:08:05 UTC