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

Usage in Deno

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

Call Signatures

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