Re: [ServiceWorker] Support restarting download when storing large resources in Cache (#713)

If we want to go low-level, we could have something like `response.merge(otherResponse)` which takes 2 ranged responses and returns a `multipart/byteranges` response, or a complete 200 response if it merge forms a complete response. But I don't know if that's useful.

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

Received on Wednesday, 24 June 2015 14:55:51 UTC