- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 11 Feb 2021 09:37:49 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 February 2021 17:38:01 UTC
@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>. Hmm, but elsewhere we have callers that don't set this. They do go directly to main fetch but still... I'm going to add this as a comment as something to evaluate over time once we've upgraded more callers. -- 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_r574695950
Received on Thursday, 11 February 2021 17:38:01 UTC