- From: Salvador de la Puente González <notifications@github.com>
- Date: Wed, 14 Dec 2016 11:54:30 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 14 December 2016 19:55:01 UTC
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