- From: Jake Archibald <notifications@github.com>
- Date: Fri, 24 Feb 2017 09:43:40 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 February 2017 17:45:14 UTC
That's not how service worker works. You can add an event without changing behaviour. You don't influence fetch unless you call `respondWith`, which is like `preventDefault` but provides an answer. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/447#issuecomment-282355402
Received on Friday, 24 February 2017 17:45:14 UTC