Github
Preparing search index...
The search index is not available
Documentation
Documentation
@web3-storage/upload-client
unknown
ReadableStream
Variable ReadableStream
Readable
Stream
:
{
prototype
:
ReadableStream
<
any
>
;
new
(
underlyingSource
,
strategy
?
)
:
ReadableStream
<
Uint8Array
>
;
new
<
R
>
(
underlyingSource
?
,
strategy
?
)
:
ReadableStream
<
R
>
;
}
Type declaration
new
(
underlyingSource
,
strategy
?
)
:
ReadableStream
<
Uint8Array
>
Parameters
underlyingSource
:
UnderlyingByteSource
Optional
strategy
:
QueuingStrategy
<
Uint8Array
>
Returns
ReadableStream
<
Uint8Array
>
new
<
R
>
(
underlyingSource
?
,
strategy
?
)
:
ReadableStream
<
R
>
Type Parameters
R
=
any
Parameters
Optional
underlyingSource
:
UnderlyingSource
<
R
>
Optional
strategy
:
QueuingStrategy
<
R
>
Returns
ReadableStream
<
R
>
prototype
:
ReadableStream
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Documentation
@web3-storage/access
@web3-storage/capabilities
@web3-storage/upload-client
@web3-storage/filecoin-client
@web3-storage/w3up-client
Generated using
TypeDoc