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

We do keep track of this in "decoded body size" (which is only exposed through Resource Timing at the moment) but that's incremented whenever we decode a chunk. I don't think we actually know the full size upfront as you would need for a progress indicator.

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

Received on Wednesday, 17 November 2021 18:30:11 UTC