[Bug 26517] Methods that return promises are unable to throw exceptions

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26517

--- Comment #22 from Jonas Sicking <jonas@sicking.cc> ---
I don't know of any APIs which have synchronous side-effects and which also
return a promise. So you can't rely on anything having successfully happened on
the line after the .foo() call anyway.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 7 October 2014 17:37:57 UTC