Re: [fetch] Add description for suspension, resuming and garbage collection. (#121)

> -which must be one of <i title="">end-user abort</i>, <i title="">fatal</i>, or
> -<i title="">timeout</i>.
> +which must be one of <i title="">end-user abort</i>, <i title="">fatal</i>, <i title="">timeout</i>, or
> +<i title="">garbage collection</i>.
> +
> +<p>The user agent may be asked to <dfn id="concept-fetch-suspend" title="concept-fetch-suspend">suspend</dfn> the ongoing fetch.
> +The user agent may either accept or ignore the suspension request. The susppended fetch can be
> +<dfn id="concept-fetch-resume" title="concept-fetch-resume">resumed</dfn>. The user agent should ignore the suspension request
> +if the ongoing fetch is updating the response in the HTTP cache for the request.
> +
> +<p class="note no-backref">The user agant does not update the entry in the HTTP cache for a
> +<a href="#concept-request" title="concept-request">request</a> if request's cache mode is "no-store".
> +
> +<p class="note no-backref">The user agent does not update the entry in the HTTP cache for a
> +<a href="#concept-request" title="concept-request">request</a> if `<code>Cache-Control: no-store</code>` HTTP
> +header appears in the response. <a href="#refsHTTP">[HTTP]</a>

Can you combine these two notes into one? Seems a simple "or" would suffice to avoid a lot of redundant text.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/121/files#r39402074

Received on Monday, 14 September 2015 14:46:04 UTC