Module sys

Source
Expand description

Raw bindings to JavaScript objects used by a ReadableStream. These are re-exported from web-sys.

Structs§

PipeOptions
The StreamPipeOptions dictionary.
ReadableByteStreamController
The ReadableByteStreamController class.
ReadableStream
The ReadableStream class.
ReadableStreamBYOBReader
The ReadableStreamByobReader class.
ReadableStreamBYOBRequest
The ReadableStreamByobRequest class.
ReadableStreamDefaultController
The ReadableStreamDefaultController class.
ReadableStreamDefaultReader
The ReadableStreamDefaultReader class.
ReadableStreamGetReaderOptions
The ReadableStreamGetReaderOptions dictionary.
ReadableStreamReadResult
The ReadableStreamReadResult dictionary.

Enums§

ReadableStreamReaderMode
The ReadableStreamReaderMode enum.
ReadableStreamType
The ReadableStreamType enum.