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