Skip to main content
Go to Latest
interface toWritableStreamOptions
import { type toWritableStreamOptions } from "https://deno.land/std@0.221.0/io/mod.ts";

Options for toWritableStream.

Properties

optional
autoClose: boolean = true

If the writer is also a Closer, automatically close the writer when the stream is closed, aborted, or a write error occurs.