Re: setImmediate should allow the UA to delay the event

On 6/30/11 3:33 AM, Ian Hickson wrote:
> What's the difference between setImmediate() and setTimeout(..., 0)?

Lack of clamping for nested invocations, at the moment.

-Boris

P.S. Note that I'm not entirely convinced yet that we want to implement 
setImmediate in Gecko; I'm just trying to make sure that if we decide to 
do it we're happy with the spec....

Received on Thursday, 30 June 2011 15:19:54 UTC