Re: [whatwg/fetch] Aborting a fetch: The Next Generation (#447)

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