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

x/deno/cli/js/streams/readable-internals.ts>CancelAlgorithm

A modern runtime for JavaScript and TypeScript.
Go to Latest
type alias CancelAlgorithm
import { type CancelAlgorithm } from "https://deno.land/x/deno@v0.30.0/cli/js/streams/readable-internals.ts";
definition: (reason?: shared.ErrorResult) => Promise<void>