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

x/capi/deps/std/streams.ts>WritableStreamFromWriterOptions

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface WritableStreamFromWriterOptions
import { type WritableStreamFromWriterOptions } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/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.