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

I guess what would be good to know is at what point in the stack browsers apply compression algorithms. If it's in the networking layer providing instructions in `fetch()` seems like the way to go. If it's at a higher layer we might want to look at some kind of compression API that can also be reused elsewhere (such as in WebRTC).

cc @martinthomson 

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

Received on Friday, 5 January 2018 09:45:34 UTC