ReadableStream

The ReadableStream interface is a feature of the Streams API that allows the reading of streams of byte data. The Fetch API provides a specific instance of a ReadableStream that can be accessed through the \"body\" property of a Response object.

View as Markdown