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

Usage in Deno

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

Type Parameters

R

Call Signatures

(controller: ReadableStreamController<R>): void | PromiseLike<void>