Re: [w3c/ServiceWorker] Cache.put() does not read response's body (#1383)

I used the background fetch spec as a place to try a more explicit way of doing this.

https://wicg.github.io/background-fetch/#background-fetch-manager-fetch - step 8.8.

My plan is to extract the cache spec from the service worker spec, and refactor it in terms of what I did for the fetch spec. I'd also like to be more explicit about which fields of the request/response are stored.

-- 
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/1383#issuecomment-456360616

Received on Tuesday, 22 January 2019 11:06:41 UTC