Re: [whatwg/fetch] Add "only-if-cached" cache mode back (#295)

> @@ -990,8 +990,14 @@ <h4 id="requests"><span class="secno">3.1.5 </span>Requests</h4>
>  
>    <dt>"<code title="">force-cache</code>"
>    <dd>Fetch uses any response in the HTTP cache matching the request, not paying attention to
> -  staleness. If there was no response, it creates a normal request updates the HTTP cache with the
> -  response.
> +  staleness. If there was no response, it creates a normal request and updates the HTTP cache with
> +  the response.
> +
> +  <dt>"<code title="">only-if-cached</code>"
> +  <dd>Fetches uses any response in the HTTP cache matching the request, not paying attention to

Fetch uses 

---
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/pull/295/files/c721ac6430b00a5833fba1656ff0740821df4356#r63108964

Received on Thursday, 12 May 2016 22:37:39 UTC