Module

x/proc/legacy/deps.ts>toWritableStreamOptions

A better way to work with processes in Deno.
Very Popular
Latest
interface toWritableStreamOptions
import { type toWritableStreamOptions } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/deps.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.