Preparing search index...
The search index is not available
Documentation
Documentation
stream
Subjectable
Interface Subjectable<Input, Output>
A common interface for subjects.
interface
Subjectable
<
Input
,
Output
>
{
finished
:
boolean
;
control
(
)
:
Controllable
<
Input
>
;
fork
(
underlyingSource
?
,
queuingStrategy
?
)
:
ReadableStream
<
Output
>
;
}
Type Parameters
Input
Output
=
Input
Hierarchy (
view full
)
Forkable
<
Output
>
Subjectable
Implemented by
Subject
Index
Properties
finished
Methods
control
fork
Properties
finished
finished
:
boolean
Methods
control
control
(
)
:
Controllable
<
Input
>
Returns
Controllable
<
Input
>
fork
fork
(
underlyingSource
?
,
queuingStrategy
?
)
:
ReadableStream
<
Output
>
Parameters
Optional
underlyingSource
:
UnderlyingDefaultSource
<
Output
>
Optional
queuingStrategy
:
QueuingStrategy
<
Output
>
Returns
ReadableStream
<
Output
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
finished
control
fork
Documentation
stream
stream-test
Generated using
TypeDoc
A common interface for subjects.