Expand description
Raw bindings to JavaScript objects used
by a ReadableStream
.
These are re-exported from web-sys.
Structs§
- Pipe
Options - The
StreamPipeOptions
dictionary. - Readable
Byte Stream Controller - The
ReadableByteStreamController
class. - Readable
Stream - The
ReadableStream
class. - Readable
StreamBYOB Reader - The
ReadableStreamByobReader
class. - Readable
StreamBYOB Request - The
ReadableStreamByobRequest
class. - Readable
Stream Default Controller - The
ReadableStreamDefaultController
class. - Readable
Stream Default Reader - The
ReadableStreamDefaultReader
class. - Readable
Stream GetReader Options - The
ReadableStreamGetReaderOptions
dictionary. - Readable
Stream Read Result - The
ReadableStreamReadResult
dictionary.
Enums§
- Readable
Stream Reader Mode - The
ReadableStreamReaderMode
enum. - Readable
Stream Type - The
ReadableStreamType
enum.