Re: [whatwg/xhr] ReadableStream appears incompatible with Sync XHR (#277)

I see two solutions I like a bit better as I don't really care for XMLHttpRequest:

* We use a more limited form of BodyInit for XMLHttpRequest
* We throw when you pass a ReadableStream and the synchronous flag is set.

Note that upload streams in general still have issues that are being sorted out in the Fetch repository.

cc @yutakahirano 

-- 
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/issues/277#issuecomment-635765267

Received on Friday, 29 May 2020 05:19:26 UTC