Skip to main content
Module

std/io/mod.ts>toWritableStreamOptions

The Deno Standard Library
Latest
interface toWritableStreamOptions
import { type toWritableStreamOptions } from "https://deno.land/std@0.224.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.