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

@annevk commented on this pull request.



>  
-    <li><p><a>Abort fetch</a> with <var>p</var>, <var>request</var>, and
-    <var>responseObject</var>.
+   <li><p><a>Abort fetch</a> with <var>p</var>, <var>request</var>, and <var>responseObject</var>.

I'm not sure if this works as at this point _responseObject_ is null and later it might get a value at which point we'd want this to operate on that value I think. Is there a better way to tackle this?

-- 
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#pullrequestreview-580355026

Received on Monday, 1 February 2021 13:34:02 UTC