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§
- Into
Async Read - An
AsyncReadfor theinto_async_readmethod. - Into
Stream - A
Streamfor theinto_streammethod. - Pipe
Options - Options for
pipe_to_with_options. - Readable
Stream - A
ReadableStream. - Readable
StreamBYOB Reader - A
ReadableStreamBYOBReaderthat can be used to read chunks from aReadableStream. - Readable
Stream Default Reader - A
ReadableStreamDefaultReaderthat can be used to read chunks from aReadableStream.