Module readable

Source
Expand description

Bindings and conversions for readable streams.

Modules§

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

Structs§

IntoAsyncRead
An AsyncRead for the into_async_read method.
IntoStream
A Stream for the into_stream method.
PipeOptions
Options for pipe_to_with_options.
ReadableStream
A ReadableStream.
ReadableStreamBYOBReader
A ReadableStreamBYOBReader that can be used to read chunks from a ReadableStream.
ReadableStreamDefaultReader
A ReadableStreamDefaultReader that can be used to read chunks from a ReadableStream.