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

@annevk commented on this pull request.



> +typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) XMLHttpRequestBodyInit;</pre>
+
+typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;</pre>

```suggestion
typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) XMLHttpRequestBodyInit;

typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;
</pre>
```

-- 
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-422824116

Received on Tuesday, 2 June 2020 15:54:52 UTC