Re: [whatwg/fetch] Add abstractions for creating Request and Response objects (#1157)

@annevk commented on this pull request.



> @@ -6633,7 +6653,8 @@ method steps are:
    <li><p>If <var>response</var> is a <a>network error</a>, then <a for=/>reject</a> <var>p</var>
    with a {{TypeError}} and terminate these substeps.
 
-   <li><p>Associate <var>responseObject</var> with <var>response</var>.
+   <li><p>Set <var>responseObject</var> to the result of <a for=Response>creating</a> a {{Response}}

That's step 1 here so I think we're good, no?

-- 
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/1157#discussion_r568516398

Received on Tuesday, 2 February 2021 11:08:50 UTC