Re: [w3c/ServiceWorker] Is fetch() before or after Content-Encoding (#339)

> or was it decided that this low-level API should be an implementation detail available only to the Cache API

FWIW, I don't think Cache API has access to this either.  Stuff like `Cache.add()` effectively does a fetch() which will strip any content-encoding.  At least from a spec perspective.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/339#issuecomment-375940934

Received on Sunday, 25 March 2018 02:42:49 UTC