Documentation
Preparing search index...
stream
pipeFlushes
Function pipeFlushes
pipeFlushes
(
onFlush
:
()
=>
void
|
Promise
<
void
>
,
onError
:
(
error
:
unknown
)
=>
unknown
,
options
?:
Flushable
&
{
signal
?:
AbortSignal
}
,
)
:
void
Using a
Flushable
notify when the stream flushes and errors.
Parameters
onFlush
:
()
=>
void
|
Promise
<
void
>
onError
:
(
error
:
unknown
)
=>
unknown
Optional
options
:
Flushable
&
{
signal
?:
AbortSignal
}
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Using a Flushable notify when the stream flushes and errors.