search

ReadableStreamDefaultReader<T>

Exported By
All Implemented Interfaces
All Known Direct Subclasses

A reader for a lite ReadableStream.

Supports the read() and releaseLock() methods, along with the closed property.

new ReadableStreamDefaultReader<T>( stream )

Parameters
streamReadableStream

Instance Methods

Instance Properties