Re: [whatwg/fetch] Missing interface for uncompressed Content-Length when compression is used (Issue #1358)

> With Content-Encoding: gzip it might be possible after receiving the gzip header, but it is not possible with Content-Encoding: deflate.

Sadly the gzip header doesn't contain size information. The gzip footer does, but that's not useful for calculating progress.

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

Message ID: <whatwg/fetch/issues/1358/1230023991@github.com>

Received on Monday, 29 August 2022 09:36:44 UTC