Go to Latest
interface toWritableStreamOptions
import { type toWritableStreamOptions } from "https://dotland.deno.dev/std@0.215.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.