Re: [w3c/ServiceWorker] cache.match should create partial responses if given a range request (#913)

FYI, Chrome has fixed crbug.com/847428 allowing range requests to pass through a service worker.  We still block 206 responses in cache API, however.  Does that change the priority of figuring this issue out?

By the way, if we do allow cache API to return 206 responses, I'd like to require that they be `Accept-Encoding: Identity`.  This would allow browsers to compress non-identity responses on disk.

-- 
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/913#issuecomment-679174272

Received on Monday, 24 August 2020 14:52:38 UTC