← Back to release summary

Fetch API: Streaming response body

Category
Network / Connectivity
Type
New or changed feature
Status
Enabled by default (Chrome 43)
Intent stage
None

Summary

Addition of the response.body property to the Fetch API. response.body is a ReadableStream from the Streams Standard.

Standards & signals

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

View on chromestatus.com