- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 01 Mar 2017 13:55:04 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 1 March 2017 21:55:37 UTC
annevk commented on this pull request.
>
<ol>
<li>
- <p>If <var>httpRequest</var>'s <a for=request>cache mode</a> is
- "<code>force-cache</code>" or "<code>only-if-cached</code>", then set
- <var>response</var> to the <a for=/>response</a> in the HTTP cache for
- <var>httpRequest</var>.
+ <p>Let <var>storedResponse</var> be the result of selecting a response from the HTTP cache,
I meant that if you declare storedResponse upfront outside these substeps as "Let storedResponse be null" (to make it clearer what its scope is) you can rephrase this too.
--
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/496#discussion_r103799128
Received on Wednesday, 1 March 2017 21:55:37 UTC