Re: [whatwg/fetch] Option to fetch raw byte as is. (without decompressing) (Issue #1524)

One other use case: If I wish for an application to cache the compressed response data with a custom storage layer, it would have been convenient if the application could take the data as encoded by the server and push it into the cache directly. At the moment, one can only grab the data in its decompressed form, which would either waste space in the cache or require the application to re-compress it.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1524#issuecomment-1852367695
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1524/1852367695@github.com>

Received on Tuesday, 12 December 2023 16:21:23 UTC