Re: [w3c/manifest] Additional property to define a webapp to be single instance (single-tab) (#479)

After doing some reading I think this isn't possible currently with SWs, but the pieces are almost there:
- SWs can intervene in network fetching via the fetch event, but not with navigation itself
- SWs can use Clients.openWindow to open existing windows, however that is currently only allowed in response to a notification click event.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/479#issuecomment-240557411

Received on Wednesday, 17 August 2016 21:39:29 UTC