Re: [whatwg/fetch] Uploading a Request made from a ReadableStream body (#425)

Does `body` at `body:/* ReadableStream instance */` call `.getReader().read()` on the value set as to `body`? If yes, before passing the accumulated value to `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/pull/425#issuecomment-268084251

Received on Monday, 19 December 2016 21:31:31 UTC