Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/denoexec/deps.ts>streams.WritableStreamFromWriterOptions

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
interface streams.WritableStreamFromWriterOptions
import { type streams } from "https://deno.land/x/denoexec@v1.1.5/deps.ts";
const { WritableStreamFromWriterOptions } = streams;

Properties

optional
autoClose: boolean

If the writer is also a Deno.Closer, automatically close the writer when the stream is closed, aborted, or a write error occurs.

Defaults to true.