Re: [whatwg/fetch] Define a XMLHttpRequestBodyInit without ReadableStream (#1029)

@annevk approved this pull request.

Looks good to me modulo this nit.

> @@ -5458,7 +5458,10 @@ method, when invoked, must run these steps:
 <h3 id=body-mixin>Body mixin</h3>
 
 <pre class=idl>
-typedef (Blob or BufferSource or FormData or URLSearchParams or ReadableStream or USVString) BodyInit;</pre>
+typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) XMLHttpRequestBodyInit;</pre>
+
+<pre class=idl>

```suggestion
```

-- 
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/1029#pullrequestreview-422437318

Received on Tuesday, 2 June 2020 08:07:48 UTC