Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |