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