Closed grimmdude closed 6 years ago
The player relies on setInterval, and in a browser if the tab is not in focus this does not work correctly. It slows down.
setInterval
It looks like Chrome no longer slows down setInterval process when tab is not in focus.
I don't think there's much I can do to resolve this right now.
The player relies on
setInterval
, and in a browser if the tab is not in focus this does not work correctly. It slows down.