Module wasm_streams::readable
source · Expand description
Bindings and conversions for readable streams.
Modules
- Raw bindings to JavaScript objects used by a
ReadableStream. These are re-exported from web-sys.
Structs
- An
AsyncReadfor theinto_async_readmethod. - A
Streamfor theinto_streammethod. - Options for
pipe_to_with_options. - A
ReadableStreamBYOBReaderthat can be used to read chunks from aReadableStream. - A
ReadableStreamDefaultReaderthat can be used to read chunks from aReadableStream.