Skip to main content
Module

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

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

Call Signatures

(reason: any): void | PromiseLike<void>