- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 09 Feb 2021 01:50:47 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 9 February 2021 09:50:59 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>. I'd love some input from @ricea @MattiasBuelens @domenic @jakearchibald. I see the problem and how this might be hard to optimize for, but it also seems very nonintuitive to web developers that merely cloning a request results in a network error. I personally don't think that's acceptable. -- 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_r572739373
Received on Tuesday, 9 February 2021 09:50:59 UTC