Preparing search index...
The search index is not available
@nextcloud/files
@nextcloud/files
dav
<internal>
ReadableStream
Variable ReadableStream
Readable
Stream
:
{
prototype
:
ReadableStream
<
any
>
;
from
<
T
>
(
iterable
:
Iterable
<
T
,
any
,
any
>
|
AsyncIterable
<
T
,
any
,
any
>
)
:
ReadableStream
<
T
>
;
new
(
underlyingSource
:
UnderlyingByteSource
,
strategy
?:
QueuingStrategy
<
Uint8Array
>
)
:
ReadableStream
<
Uint8Array
>
;
new
<
R
>
(
underlyingSource
?:
UnderlyingSource
<
R
>
,
strategy
?:
QueuingStrategy
<
R
>
)
:
ReadableStream
<
R
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@nextcloud/files
Loading...