Re: [whatwg/fetch] Fixing variable definitions and scoping. Fixes #706. (#749)

annevk commented on this pull request.



> @@ -3500,6 +3497,12 @@ Range Requests</cite>. [[HTTP-RANGE]] However, this is not widely supported by b
 <ol>
  <li><p>Let <var>httpRequest</var> be null.
 
+ <li><p>Let <var>response</var> be null.
+
+ <li><p>Let <var>storedResponse</var> be null.
+
+ <li><p>Let <var>revalidatingFlag</var> be an unset flag.

The original phrasing for this is slightly more correct, or at least consistent with what we're trying to aim for these days... (I'm sorry, I wish we had never done flags and started with booleans.)

-- 
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/749#pullrequestreview-124439578

Received on Wednesday, 30 May 2018 14:44:47 UTC