Share via


Objects

This section describes the objects associated with the Streams API.

In this section

Topic Description

ReadableStream

The ReadableStream object represents a source of data to be read from.

ReadableStreamReader

The ReadableStreamReader class represents a readable stream reader that allows direct reading of chunks (a single piece of data to be read from the stream) from a ReadableStream.