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

x/s3si/deps.ts>io.toWritableStreamOptions

Export your battles from SplatNet to https://stat.ink
Latest
interface io.toWritableStreamOptions
import { type io } from "https://deno.land/x/s3si@gui-v0.4.20/deps.ts";
const { toWritableStreamOptions } = io;

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.