Re: [ServiceWorker] Fetch API respondWith's implicit RETURN (#844)

`inBuf` always resolves because it has a catch handler right at the end which doesn't re-throw.

I'm still not clear on the intent of the code. Can you tell me what the goal is? Eg "I want all requests with URLs that end `.jpg` to come from the cache, and all other requests to go to the network" - I know that's not *your* goal, but can you describe your goal in that form?

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

Received on Sunday, 13 March 2016 08:59:28 UTC