- From: Mounir Lamouri <notifications@github.com>
- Date: Mon, 24 Aug 2015 16:06:21 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 24 August 2015 23:06:48 UTC
The reason why ```focus()``` is limited in Chrome is to prevent pop unders and other nasty behaviours. Wouldn't allowing ```focus()``` to be called inside a ```fetch``` handler basically allowing ```focus()``` to be called at any point in time because a page could easily make sure a ```fetch``` handler is called? --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/602#issuecomment-134407054
Received on Monday, 24 August 2015 23:06:48 UTC