[webkit-dev] High Resolution Timer API proposal(s)

Aaron Boodman aa at google.com
Thu Oct 2 18:06:31 PDT 2008


On Thu, Oct 2, 2008 at 5:05 PM, Maciej Stachowiak <mjs at apple.com> wrote:
> - Starts a timer that will call function "callback" after
> "delayInSeconds", which may be a fractional number of seconds.

It seems safe to assume that a large number of timers are going to be
on the order of 1-10ms. Because of this I think that millisecond units
(which can also be fractional) would be best. It also is nice because
it is consistent with the current API.

- a


More information about the webkit-dev mailing list