[Bug 15379] Hi, i was wondering why there is explicit hard limit of how setTimeout works. In spec it says: 6.3 Timers ... "4. If the currently running task is a task that was created by the setTimeout() method, and timeout is less than 4, then increase timeout to 4."

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

--- Comment #2 from Boris Zbarsky <bzbarsky@mit.edu> 2012-01-02 05:26:52 UTC ---
Oh, and the point is that it's _possible_ that web compat only requires that 0
be clamped to 4ms, not that other small values be so clamped.  I sort of doubt
that given the number of sites I've seen pass "1" in there when they really
don't mean it, but it's possible.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 2 January 2012 05:26:53 UTC