Works with
•JSR Score70%•It is unknown whether this package works with Node.js, Deno, Browsers, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Functions
f
toWritableStream(): WritableStream<Uint8Array>
writer: Writer,
unnamed 1?: toWritableStreamOptions
Create a WritableStream from a Writer.
Interfaces
I
Options for toWritableStream.
- autoClose: boolean
If the
writeris also aCloser, automatically close thewriterwhen the stream is closed, aborted, or a write error occurs.