Re: [w3c/ServiceWorker] Change add(request) and addAll(requests) behavior (e2a6d18)

> careful with using .catch() for logging, it means you've handled the error.

Yep, I know.

> You probably want to re-throw the error if you're catching purely for logging.

Naw. Offline caching is a bonus. I don't care to handle the error just to have something logged is enough.

-- 
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/commit/e2a6d18647b97707c7a571163eef7838f82ca611#commitcomment-18738453

Received on Tuesday, 23 August 2016 07:15:48 UTC