Re: [ServiceWorker] what should Cache put operations do if the body errors out after resolving promise? (#665)

We know in the implementation in some cases because we get an error code from the network library.  Or it could be because another internal error, like worker thread shutdown, truncated the stream.

But if the connection is terminated with a RST, then no, we cannot distinguish these errors.

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

Received on Friday, 27 March 2015 16:35:46 UTC