- From: Ben Kelly <notifications@github.com>
- Date: Wed, 14 Dec 2016 11:48:01 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 14 December 2016 19:48:36 UTC
How is this different than a FetchEvent with a "navigate" RequestMode? ``` addEventListener('fetch', evt => { if (evt.request.mode === 'navigate') { // navigation event stuff here } }); ``` -- 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-267136593
Received on Wednesday, 14 December 2016 19:48:36 UTC