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

Usage in Deno

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

Type Parameters

R

Call Signatures

(controller: ReadableStreamController<R>): any