Re: [whatwg/fetch] Define "to read a request" more specifically (#441)

> My understanding is you can create a Request object from arbitrary ReadableStream

So the only case for this is you also write the reader to consume the request yourself, right? Because any browser-supplied reader for a request, be it `fetch()` or `req.json()` or some such, will error.

-- 
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/issues/441#issuecomment-268238634

Received on Tuesday, 20 December 2016 13:07:02 UTC