Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
ReadableStream
Variable ReadableStream
Readable
Stream
:
{
prototype
:
ReadableStream
<
any
>
;
from
<
T
>
(
iterable
)
:
ReadableStream
<
T
>
;
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
>
from
:
function
from
<
T
>
(
iterable
)
:
ReadableStream
<
T
>
Type Parameters
T
Parameters
iterable
:
Iterable
<
T
>
|
AsyncIterable
<
T
>
Returns
ReadableStream
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Astro Node.js Fastify adapter - v0.0.12
Loading...