Documentation
Preparing search index...
stream
Forkable
Interface Forkable<T>
A common interface for forkable streams.
interface
Forkable
<
T
>
{
finished
:
boolean
;
fork
(
underlyingSource
?:
UnderlyingDefaultSource
<
T
>
,
queuingStrategy
?:
QueuingStrategy
<
T
>
,
)
:
ReadableStream
<
T
>
;
}
Type Parameters
T
Hierarchy (
View Summary
)
Forkable
Subjectable
Implemented by
BaseForkableStream
ForkableSink
Index
Properties
finished
Methods
fork
Properties
finished
finished
:
boolean
Methods
fork
fork
(
underlyingSource
?:
UnderlyingDefaultSource
<
T
>
,
queuingStrategy
?:
QueuingStrategy
<
T
>
,
)
:
ReadableStream
<
T
>
Parameters
Optional
underlyingSource
:
UnderlyingDefaultSource
<
T
>
Optional
queuingStrategy
:
QueuingStrategy
<
T
>
Returns
ReadableStream
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
finished
Methods
fork
Documentation
Loading...
A common interface for forkable streams.