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

jakearchibald 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.

I went with the above with consistency with other "let"s, but I'll put it backā€¦

-- 
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#discussion_r191797041

Received on Wednesday, 30 May 2018 14:46:43 UTC