Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/stream
consumeReadable
Function consumeReadable
consumeReadable
<
T
>
(
readable
:
Readable
<
T
>
,
reducer
:
Reducer
<
T
>
)
:
T
Helper to fully read a T readable into a T.
Type Parameters
T
Parameters
readable
:
Readable
<
T
>
reducer
:
Reducer
<
T
>
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Helper to fully read a T readable into a T.