- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 03 Feb 2021 09:20:36 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 February 2021 17:20:49 UTC
@annevk commented on this pull request. > @@ -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>. And the service worker cannot obtain a lock and transfer it? For the non-service worker case this is happening in https://fetch.spec.whatwg.org/#concept-request-transmit-body which seems to be invoked way too late as it should happen before `fetch()` has returned... This might also be a problem for responses? -- 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#discussion_r569597412
Received on Wednesday, 3 February 2021 17:20:49 UTC