On 6/10/14, 9:04 PM, Domenic Denicola wrote:
How do we reconcile this with the fact that promises use microtasks in all implementations today?
Promises in Gecko don't use microtasks (which don't even really exist in Gecko). They use what HTML calls "tasks" (that is, full-on event loop dispatch).
We'll likely change that at some point, of course. To what is unclear so far.
-Boris _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

