- From: Alex Russell <notifications@github.com>
- Date: Mon, 24 Aug 2015 12:39:58 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 24 August 2015 19:40:25 UTC
Chrome's current implementation doesn't allow `focus()` inside of a `fetch` handler. I'd like to make sure we allow it for top-level navigations, but would understand if we want to preclude it for non-top-level navigations. My read of the "allowed to show a popup" clause [1] doesn't make it clear what we should (dis)allow as that language is very much about a single document's script context, not about multi-document interaction. Thoughts? [1]: https://html.spec.whatwg.org/multipage/browsers.html#allowed-to-show-a-popup --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/602#issuecomment-134351004
Received on Monday, 24 August 2015 19:40:25 UTC