Re: [slightlyoff/ServiceWorker] Reporting URL for SW update failures (#877)

F2F:

* Things we might want to report
  * Failed installs
  * Error page served to browser
  * Browser bypassed your SW because it doesn't like it (?)
* Could `respondWith` return something to indicate if fetch accepted the response - but would you have to use `waitUntil` to keep alive for this?
* Could we have a `fetcherror` event which fires if a response returned from fetch was rejected - it would allow you to fall back to default browser behaviour


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/877#issuecomment-236287106

Received on Friday, 29 July 2016 20:37:52 UTC