Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
ReadableStream
Variable ReadableStream
ReadableStream
:
{
prototype
:
ReadableStream
;
from
<
T
>
(
iterable
:
Iterable
<
T
>
|
AsyncIterable
<
T
>
)
:
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
>
|
AsyncIterable
<
T
>
)
:
ReadableStream
<
T
>
Type Parameters
T
Parameters
iterable
:
Iterable
<
T
>
|
AsyncIterable
<
T
>
Returns
ReadableStream
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
discord-js-button-pagination-ts
Loading...