Re: Reflections on writing a sequencer

On Tue, Jul 24, 2012 at 3:03 PM, Adam Goode <agoode@google.com> wrote:

> Aha, thanks for the tips. I didn't find anything in the w3c bugzilla
> regarding callbackAtTime, but that sounds like it's perfect.
>
> I'll try Joseph's technique for now.
>
>
Chrome will throttle setTimeout callbacks to once a second if the browser
frame isn't visible. There's nothing you can do about it, but it's good to
know so you don't spent a lot of time debugging.

Received on Tuesday, 24 July 2012 19:12:16 UTC