Re: [ServiceWorker] Can we replace event.default() with something less magic? (#607)

@annevk It looks like if I wait to check the cache before calling `event.respondWith()` then it's too late:

`Uncaught (in promise) DOMException: Failed to execute 'respondWith' on 'FetchEvent': The fetch event has already been responded to.`

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/607#issuecomment-118370014

Received on Friday, 3 July 2015 15:05:28 UTC