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

Does the browser implement any compression on uploads currently?  My impression is that it was something of a compat issue with servers, so maybe not done.

>From a primitives perspective it would be nice to do this like TextEncoder/Decorder operating on ReadableStream.  The site would have to use its own mechanism for communicating with the server that its sending a compressed body.

-- 
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-355567244

Received on Friday, 5 January 2018 14:29:14 UTC