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

This change enables developers to create a request from a ReadableStream body. fetch() reads data from the body and sends it to the server.

Fixing https://github.com/yutakahirano/fetch-with-streams/issues/66.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/fetch/pull/425

-- Commit Summary --

  * fix
  * done
  * fix
  * fix
  * fix
  * fix

-- File Changes --

    M fetch.bs (37)

-- Patch Links --

https://github.com/whatwg/fetch/pull/425.patch
https://github.com/whatwg/fetch/pull/425.diff

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

Received on Monday, 28 November 2016 05:51:29 UTC