Skip to content

UnderlyingSourcePullCallback

Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/stream/web.d.ts:129

Type Parameter
R
UnderlyingSourcePullCallback(controller):
| void
| PromiseLike<void>;

Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/stream/web.d.ts:130

ParameterType
controllerReadableStreamController<R>

| void | PromiseLike<void>