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

x/s3si/deps.ts>io.toWritableStreamOptions

Export your battles from SplatNet to https://stat.ink
Go to Latest
interface io.toWritableStreamOptions
import { type io } from "https://deno.land/x/s3si@gui-v0.4.16/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.