Re: [whatwg/fetch] Editorial: consistently use a body + type tuple (PR #1439)

@lucacasonato commented on this pull request.



> @@ -3881,8 +3889,8 @@ the request.
  <var>crossOriginIsolatedCapability</var>.
 
  <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
- <a for=BodyInit>safely extracting</a> <var>request</var>'s <a for=request>body</a>.
+ <var>request</var>'s <a for=request>body</a> to the <a for="body with type">body</a> in the result

I switched it between "of" and "in" a couple of times before submitting the PR. I am not sure either. It's kind of a weird sentence construction.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1439#discussion_r870242294
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1439/review/969263604@github.com>

Received on Wednesday, 11 May 2022 12:31:04 UTC