Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/src/deps/streams.ts>WritableStreamFromWriterOptions

A better way to work with processes in Deno.
Go to Latest
interface WritableStreamFromWriterOptions
import { type WritableStreamFromWriterOptions } from "https://deno.land/x/proc@0.20.33/src/deps/streams.ts";

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.