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

x/dtils/deps.ts>streamUtils.WritableStreamFromWriterOptions

The best unofficial library of utilities for Deno applications
Go to Latest
interface streamUtils.WritableStreamFromWriterOptions
Deprecated
Deprecated

(will be removed after 1.0.0) Use WritableStream directly.

import { type streamUtils } from "https://deno.land/x/dtils@2.5.0/deps.ts";
const { WritableStreamFromWriterOptions } = streamUtils;

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.