Documentation
Preparing search index...
stream
Subjectable
Interface Subjectable<Input, Output>
A common interface for subjects.
interface
Subjectable
<
Input
,
Output
=
Input
>
{
finished
:
boolean
;
control
()
:
Controllable
<
Input
>
;
fork
(
underlyingSource
?:
UnderlyingDefaultSource
<
Output
>
,
queuingStrategy
?:
QueuingStrategy
<
Output
>
,
)
:
ReadableStream
<
Output
>
;
}
Type Parameters
Input
Output
=
Input
Hierarchy (
View Summary
)
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
?:
UnderlyingDefaultSource
<
Output
>
,
queuingStrategy
?:
QueuingStrategy
<
Output
>
,
)
:
ReadableStream
<
Output
>
Parameters
Optional
underlyingSource
:
UnderlyingDefaultSource
<
Output
>
Optional
queuingStrategy
:
QueuingStrategy
<
Output
>
Returns
ReadableStream
<
Output
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
finished
Methods
control
fork
Documentation
Loading...
A common interface for subjects.