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

Response.body data is required to be decoded.  There is no requirement for how browsers store the data, however.  For example, firefox compresses cache_storage bodies using snappy.  In chromium the bodies are stored uncompressed.  (I don't know what webkit does.)

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

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

Received on Monday, 11 April 2022 20:13:32 UTC