[w3c/ServiceWorker] [question]: how do CacheStorage save encoded responses? (Issue #1641)

is it up to the browser how they store the response? or is it some spec that says that it should unpack it?

if i put a `Request` into the browsers CacheStorage and that `Response` respond with a `content-encoded: gzip` or brotli encoded response, dose it store it as encoded or will it unpack the response and then store it?

I want to know how this effects the quota on browser storage...

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1641
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/ServiceWorker/issues/1641@github.com>

Received on Sunday, 10 April 2022 09:05:17 UTC