Open sleexyz opened 6 years ago
When the tab is inactive, Gallium become unusable since setInterval timing guarantees get throttled.
setInterval
MDN documents a few ways to get around default browser throttling: https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API
When the tab is inactive, Gallium become unusable since
setInterval
timing guarantees get throttled.MDN documents a few ways to get around default browser throttling: https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API