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

My understanding is you can create a `Request` object from arbitrary ReadableStream, but you need to pass a ReadableStream each of whose chunks is a `Uint8Array` object if you want to make a `fetch()` call.

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

Received on Tuesday, 20 December 2016 12:46:10 UTC