Objects
This section describes the objects associated with the Streams API.
In this section
| Topic | Description |
|---|---|
|
The ReadableStream object represents a source of data to be read from. | |
|
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. |
Show: