Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

A better way to work with processes in Deno.
Very Popular
Go to Latest
interface WritableStreamFromWriterOptions
Deprecated
Deprecated

(will be removed after 1.0.0) Use WritableStream directly.

import { type WritableStreamFromWriterOptions } from "https://deno.land/x/proc@0.21.9/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.