[futures] Handling of exceptions in the "future wrapper callback" algorithm does not make it clear that they are in fact being caught
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]> |
The future wrapper callback algorithm does not clearly say that an exception thrown by invoking callback should not in fact be considered uncaught (e.g. should not be reported to window.onerror). We generally need a clearer definition of what makes things "uncaught". :( -Boris