Re: [whatwg/fetch] Overhaul how standards integrate with fetch (#1165)

@annevk commented on this pull request.



>  
-     <li><p>Set <var>request</var>'s <a for=request>body</a> to <var>body</var>.
-    </ol>
+ <li><p>If <var>request</var>'s <a for=request>client</a> is non-null, then set <var>global</var> to
+ <var>request</var>'s <a for=request>client</a>'s
+ <a for="environment settings object">global object</a>.

No, for sync XHR both will have a value, for instance. And most things will need a non-null client (figuring out client more precisely is a separate can of worms).

-- 
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/1165#discussion_r574303926

Received on Thursday, 11 February 2021 07:59:21 UTC