Skip to main content
ReadableStreamErrorCallback - stream/web - Node documentation
interface ReadableStreamErrorCallback

Usage in Deno

import { type ReadableStreamErrorCallback } from "node:stream/web";

Call Signatures

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