- From: Daniel Baulig <notifications@github.com>
- Date: Fri, 18 Aug 2017 20:34:24 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 18 August 2017 20:34:47 UTC
Has the concept of caching partial content responses been revisited? Im interested in the following concepts specifically: - storing partial content responses in a cache, - appending additional partial responses to the cache entry, - and retrieving partial content responses using requests with Range headers We have a use-case that requires all three of these and currently don't see any way to implement this using the current API semantics. There's an example [here](https://samdutton.github.io/samples/service-worker/prefetch-video/) that shows how to read a partial content response from a complete entry, but this sadly isn't sufficient for us. -- 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/issues/713#issuecomment-323454463
Received on Friday, 18 August 2017 20:34:47 UTC