turuslan / HackTimer

MIT License
491 stars 93 forks source link

doesn't work perfectly under Safari #20

Closed jbardu closed 8 years ago

jbardu commented 8 years ago

Under Safari, I see a situation where my 10hz interval timer is called ok while there is other activity in the page that creates other events of various kinds, however when there is a pause in the other events, all interval timers cease being called for 10 seconds or longer. Then they resume, as though everything was just suspended.

Unfortunately I have not tried to make a tiny example of this happening :(