Re: [w3c/ServiceWorker] Consider providing `navigation` event (#1028)

Consider navigating from someotherplace.com to mysite.com which is already open. The link to mysite.com is a `target="_blank"` one but I want that navigation to be communicated to the already open instance of mysite.com 

How do you actually prevent the opening of a new browser / tab with the `fetch` event? You are forced to use `respondWith` or get an error.

-- 
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/ServiceWorker/issues/1028#issuecomment-267138336

Received on Wednesday, 14 December 2016 19:55:01 UTC