- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 19 Feb 2021 22:27:59 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 20 February 2021 06:28:12 UTC
@annevk commented on this pull request. > @@ -3284,15 +3271,9 @@ the request. <a for="fetch params">process response end-of-body</a> is <var>processResponseEndOfBody</var>, and <a for="fetch params">task destination</a> is <var>taskDestination</var>. - <li> - <p>If <var>request</var>'s <a for=request>body</a> is a <a for=/>byte sequence</a>, then: - - <ol> - <li><p>Let <var>body</var> and <var ignore>ignoreType</var> be the result of - <a for=BodyInit>safely extracting</a> <var>request</var>'s <a for=request>body</a>. - - <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>body</a> is a <a for=/>byte sequence</a>, then set + <var>request</var>'s <a for=request>body</a> to the first return value of It returns two values. I'm aligning it with text elsewhere that uses this terminology. -- 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/1172#discussion_r579605562
Received on Saturday, 20 February 2021 06:28:12 UTC