Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
ReadableStream
Variable ReadableStream
Readable
Stream
:
{
prototype
:
ReadableStream
<
any
>
;
new
(
underlyingSource
:
UnderlyingByteSource
,
strategy
?:
{
highWaterMark
?:
number
;
}
)
:
ReadableStream
<
Uint8Array
>
;
new
<
R
>
(
underlyingSource
:
UnderlyingDefaultSource
<
R
>
,
strategy
?:
QueuingStrategy
<
R
>
)
:
ReadableStream
<
R
>
;
new
<
R
>
(
underlyingSource
?:
UnderlyingSource
<
R
>
,
strategy
?:
QueuingStrategy
<
R
>
)
:
ReadableStream
<
R
>
;
}
Type declaration
new
(
underlyingSource
:
UnderlyingByteSource
,
strategy
?:
{
highWaterMark
?:
number
;
}
)
:
ReadableStream
<
Uint8Array
>
Parameters
underlyingSource
:
UnderlyingByteSource
Optional
strategy
:
{
highWaterMark
?:
number
;
}
Optional
high
Water
Mark
?:
number
Returns
ReadableStream
<
Uint8Array
>
new
<
R
>
(
underlyingSource
:
UnderlyingDefaultSource
<
R
>
,
strategy
?:
QueuingStrategy
<
R
>
)
:
ReadableStream
<
R
>
Type Parameters
R
=
any
Parameters
underlyingSource
:
UnderlyingDefaultSource
<
R
>
Optional
strategy
:
QueuingStrategy
<
R
>
Returns
ReadableStream
<
R
>
new
<
R
>
(
underlyingSource
?:
UnderlyingSource
<
R
>
,
strategy
?:
QueuingStrategy
<
R
>
)
:
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
External
Theme
OS
Light
Dark
Official Cockpit API Documentation
Houston Common Library
Loading...