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