Skip to main content
Module

x/evt/lib/types/lib.dom.ts>WritableStream

💧EventEmitter's typesafe replacement
Go to Latest
interface WritableStream
import { type WritableStream } from "https://deno.land/x/evt@v2.3.1/lib/types/lib.dom.ts";

This Streams API interface provides a standard abstraction for writing streaming data to a destination, known as a sink. This object comes with built-in backpressure and queuing.

Type Parameters

optional
W = any

Properties

readonly
locked: boolean

Methods

abort(reason?: any): Promise<void>