- From: Boris Zbarsky <notifications@github.com>
- Date: Wed, 26 Apr 2017 12:58:07 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 April 2017 19:58:52 UTC
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