Addition of the response.body property to the Fetch API. response.body is a ReadableStream from the Streams Standard.
Demo
Documentation
Specification
Status in Chromium
Enabled by default (tracking bug) in:
- Chrome for desktop release 43
- Chrome for Android release 43
- Android WebView release 43
Consensus & Standardization
After a feature ships in Chrome, the values listed here are not guaranteed to be up to date.
- Positive
- No signal
- No signal
- Strongly positive
Owner
Last updated on 2020-11-09
Comments
In the future response.body will be upgraded to a ReadableStream with an underlying byte source in backward compatible way.