trakteerjs
Preparing search index...
<internal>
ReadableStream
Variable ReadableStream
ReadableStream
:
{
prototype
:
ReadableStream
;
from
<
T
>
(
iterable
:
Iterable
<
T
,
any
,
any
>
|
AsyncIterable
<
T
,
any
,
any
>
,
)
:
ReadableStream
<
T
>
;
new
(
underlyingSource
:
UnderlyingByteSource
,
strategy
?:
QueuingStrategy
<
Uint8Array
>
,
)
:
ReadableStream
<
Uint8Array
>
;
new
<
R
=
any
>
(
underlyingSource
?:
UnderlyingSource
<
R
>
,
strategy
?:
QueuingStrategy
<
R
>
,
)
:
ReadableStream
<
R
>
;
}
Type declaration
new
(
underlyingSource
:
UnderlyingByteSource
,
strategy
?:
QueuingStrategy
<
Uint8Array
>
,
)
:
ReadableStream
<
Uint8Array
>
Parameters
underlyingSource
:
UnderlyingByteSource
Optional
strategy
:
QueuingStrategy
<
Uint8Array
>
Returns
ReadableStream
<
Uint8Array
>
new
<
R
=
any
>
(
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
from
:
function
from
<
T
>
(
iterable
:
Iterable
<
T
,
any
,
any
>
|
AsyncIterable
<
T
,
any
,
any
>
,
)
:
ReadableStream
<
T
>
Type Parameters
T
Parameters
iterable
:
Iterable
<
T
,
any
,
any
>
|
AsyncIterable
<
T
,
any
,
any
>
Returns
ReadableStream
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
trakteerjs
Loading...