[Bug 22522] WebIDL, error handling, and promises

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

Rick Waldron <waldron.rick@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |waldron.rick@gmail.com

--- Comment #7 from Rick Waldron <waldron.rick@gmail.com> ---
(In reply to comment #5)
> (In reply to comment #4)
> > (In reply to comment #3)
> > > Well it does depend on HTML's event loop. JavaScript doesn't define such a
> > > thing anywhere.
> > 
> > That sounds like more reason to push it down the stack :) If the largest
> > consumers of JS (Web/Node) both depend on the loop, this might encourage
> > them to standardize it... which would be great as standardizing the event
> > loop might provide an API to hook into it properly (instead of using
> > setTimeout and matchMedia hacks).
> 
> TC39 is already planning to standardize the event loop in ES7, I believe. 
> They don't need any further encouragement from us.


The event loop will be specified as part of ES6.

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

Received on Monday, 1 July 2013 21:12:55 UTC