UnderlyingSourcePullCallback
Defined in: node_modules/.pnpm/@types+node@24.7.2/node_modules/@types/node/stream/web.d.ts:129
Type Parameters
Section titled “Type Parameters”| Type Parameter | 
|---|
R | 
UnderlyingSourcePullCallback(controller):  | void| PromiseLike<void>;Defined in: node_modules/.pnpm/@types+node@24.7.2/node_modules/@types/node/stream/web.d.ts:130
Parameters
Section titled “Parameters”| Parameter | Type | 
|---|---|
controller | ReadableStreamController<R> | 
Returns
Section titled “Returns”| void
| PromiseLike<void>