ReadableStreamReadResult
ReadableStreamReadResult<
R> = {done:false;value:R; } | {done:true;value?:undefined; }
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2210
Type Parameters
Section titled “Type Parameters”R = any