Re: [whatwg/fetch] Provide ability to encode content from browser/runtime in fetch API. (#653)

Throwing my two cents in here..

We don't want to have to bundle a version of gzip (or related) inside of an already expensively large bundle of proprietary code in the browser. This is truly something that could be deferred to the browser runtime with hints or a native API. After all, the primary reason to compress something is to save bandwidth.

-- 
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/653#issuecomment-590585783

Received on Monday, 24 February 2020 22:40:36 UTC