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

We could have `windowClient.navigate(url)`, which returns a promise. `url` could be optional and default to the current url (eg reload). Promise would reject if client no longer exists.

@slightlyoff can you give us a better idea of the use-case? When would they be calling this?

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

Received on Wednesday, 22 April 2015 15:22:47 UTC