- From: Jake Archibald <notifications@github.com>
- Date: Mon, 16 Feb 2015 08:39:04 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 16 February 2015 16:39:31 UTC
Mobile browsers put tabs into an "asleep" state to save memory & battery as needed. If you focus the tab later, the page is reloaded, but may regain some state within form elements. This behaviour is completely unspecified, but I think we should put some guidance in the SW spec for these pages. Specifically: * Do asleep tabs prevent a SW moving from "waiting" to "active"? * Do asleep tabs show up in `clients.getAll()` --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/626
Received on Monday, 16 February 2015 16:39:31 UTC