- From: Jake Archibald <notifications@github.com>
- Date: Thu, 28 Jan 2021 07:37:41 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 28 January 2021 15:37:53 UTC
@jakearchibald approved this pull request. LGTM, but it isn't clear to me why the body is copied > @@ -3834,9 +3834,32 @@ optional <i>CORS-preflight flag</i>, run these steps: <p>If <var>request</var>'s <a>service-workers mode</a> is "<code>all</code>", then: <ol> + <li><p>Assert: <var>request</var> 's <a for=request>body</a> is either null or a + <a for=/>body</a>. + + <li> + <p>Let <var>savedBody</var> be a copy of <var>request</var>'s <a for=request>body</a>. What's the benefit of copying the body at this point? -- 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/1144#pullrequestreview-578459863
Received on Thursday, 28 January 2021 15:37:53 UTC