Re: [whatwg/xhr] Use XMLHttpRequestBodyInit as defined in Fetch, in send. (#279)

@annevk commented on this pull request.



> @@ -703,7 +703,7 @@ method must run these steps:
    <a for=string>converted</a>, and <a lt="UTF-8 encode">UTF-8 encoded</a>.
 
    <li><p>Otherwise, set <a>request body</a> and <var>extractedContentType</var> to the result of
-   <a for=BodyInit>extracting</a> <var>body</var>.
+   <a for=XMLHttpRequestBodyInit>extracting</a> <var>body</var>.

```suggestion
   <a for=BodyInit>extracting</a> <var>body</var>.
```

-- 
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/xhr/pull/279#pullrequestreview-424117100

Received on Thursday, 4 June 2020 05:43:07 UTC