Interface

ReadableStream

ReadableStream

This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.

View Source js/lib.dom.d.ts, line 5664