rldmq / timer-app

An app for multiple timers
0 stars 0 forks source link

TMA-0002-Keep timer running even if tab is inactive #2

Open rldmq opened 1 month ago

rldmq commented 1 month ago

Issue: The app currently pauses when it is not the active tab. The app should keep running in the background.

rldmq commented 1 month ago

Resources: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers https://developer.mozilla.org/en-US/docs/Web/API/setTimeout#reasons_for_delays_longer_than_specified https://stackoverflow.com/questions/5927284/how-can-i-make-setinterval-also-work-when-a-tab-is-inactive-in-chrome/5927432#12522580