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

annevk commented on this pull request.



> @@ -2857,16 +2857,13 @@ with a <i>CORS flag</i> and <i>recursive flag</i>, run these steps:
      <var>noCorsResponse</var>.
 
      <li>
-      <p>Set <var>corbSanitizedResponse</var> to a new <a for=/>response</a> whose
-      <a for=response>status</a> is <var>noCorsResponse</var>'s <a for=response>status</a>,
-      <a for=response>HTTPS state</a> is <var>noCorsResponse</var>'s
-      <a for=response>HTTPS state</a>, and <a for=response>CSP list</a> is
-      <var>noCorsResponse</var>'s <a for=response>CSP list</a>.

Nice find!

-- 
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-124439691

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