On 11/13/13 10:58 AM, David Bruant wrote:
I'm sympathetic with this use case, but Weakrefs seem like the wrong tool to solve this problem.
I think I agree on that.
Ideally, the ECMAScript error sink would handled both uncaught thrown errors and unhandled promise errors.
Defining "unhandled promise error" is not trivial, actually, unless you just mean "rejected promise that no one ever sets any reject callbacks on".
-Boris _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

