Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
ReadableStreamReadResult
Type alias ReadableStreamReadResult<R>
Readable
Stream
Read
Result
<
R
>
:
{
done
:
false
;
value
:
R
;
}
|
{
done
:
true
;
value
?:
undefined
;
}
Type Parameters
R
=
any
Type declaration
done
:
false
value
:
R
Type declaration
done
:
true
Optional
value
?:
undefined
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@cloudflare/workers-types
Loading...