Module wasm_streams::writable
source · Expand description
Bindings and conversions for writable streams.
Modules
- Raw bindings to JavaScript objects used by a
WritableStream. These are re-exported from web-sys.
Structs
- An
AsyncWritefor theinto_async_writemethod. - A
WritableStreamDefaultWriterthat can be used to write chunks to aWritableStream.