Skip to content

UnderlyingSourcePullCallback

Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:133

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

ParameterType
controllerReadableStreamController<R>

| void | PromiseLike<void>