Module writable

Source
Expand description

Bindings and conversions for writable streams.

Modules§

sys
Raw bindings to JavaScript objects used by a WritableStream.

Structs§

IntoAsyncWrite
An AsyncWrite for the into_async_write method.
IntoSink
A Sink for the into_sink method.
WritableStream
A WritableStream.
WritableStreamDefaultWriter
A WritableStreamDefaultWriter that can be used to write chunks to a WritableStream.