Re: [ServiceWorker] Not Found Error instead of undefined response (#666)

Yeaaahh, I figured this might cause confusion. See the argument about it over at https://github.com/slightlyoff/ServiceWorker/issues/374#issuecomment-53710621.

The argument boils down to consistency with other "getting" APIs. Eg `localStorage.get("doesNotExist")` does not throw an error, it returns undefined.

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

Received on Monday, 30 March 2015 10:59:09 UTC