ReadableStreamDefaultController

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Open source RSS

ReadableStreamDefaultController

The ReadableStreamDefaultController type allows you to control a ReadableStream’s state and internal queue.

Methods

NameDescription
close()Closes the associated stream.
enqueue(chunk)Enqueues a chunk of data into the associated stream.
error(reason)Causes the stream to become errored.