Re: [ServiceWorker] Navigating clients from the SW context? (#681)

> FWIW, focus() still should work even if the browsing context discards its document?

Does that mean this can happen:

1. SW js looks at clients, finds one with url `/chat/`, which is correct
2. User focuses that client & navigates it to another URL, perhaps even another origin
3. SW js calls `.focus` on the client, which works

Does that mean I just focused a tab that had been navigated away from `/chat/`, maybe even to another origin?

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/681#issuecomment-103920023

Received on Wednesday, 20 May 2015 15:05:26 UTC