Re: [w3c/webcomponents] Clarify "report an exception" for Custom Elements (#635)

Or put another way, reporting an exception on the global of the caller of the JS API without giving code from that global a chance to catch that exception is pretty odd behavior.  So if someone does `appendChild` we don't want to use the entry global of the appendChild call, imo.  We want to use the entry global for the call back out into JS to handle the CE reaction.

-- 
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-297523640

Received on Wednesday, 26 April 2017 19:58:52 UTC