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
AsyncWrite
for theinto_async_write
method. - A
WritableStreamDefaultWriter
that can be used to write chunks to aWritableStream
.