Re: More flexibility in the ECMAScript part?

On 18/04/2013, at 14:40, David Bruant wrote:

> I believe the ES spec should provide the primitives of what type of interaction with the message queue is allowed and what isn't. This set of primitives would obviously contain all the interactions allowed today by HTML5.
> 
> For now, I'm aware of only these types of interactions:
> 1) add a message to the queue LIFO-style (which is the default?)

This isn't neccessary,

> 2) add a message to the queue FIFO-style also known as "add for the next turn"

This is the only one needed,

> 3) remove a message (clearTimeout which cancels a message added via a setTimeout message).

and this has nothing to do with the events queue.
-- 
( Jorge )();

Received on Thursday, 18 April 2013 13:00:02 UTC