Addition of the response.body property to the Fetch API. response.body is a ReadableStream from the Streams Standard.
Docs: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/35_QSL1ABTY https://streams.spec.whatwg.org/#rs https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
Samples: https://googlechrome.github.io/samples/fetch-api/fetch-response-stream.html