Preparing search index...
The search index is not available
@xarc/react
@xarc/react
common
ReactDomServer
PipeableStream
Interface PipeableStream
interface
PipeableStream
{
abort
:
(
(
reason
?
)
=>
void
)
;
pipe
:
(
<
Writable
>
(
destination
)
=>
Writable
)
;
}
Index
Properties
abort
pipe
Properties
abort
abort
:
(
(
reason
?
)
=>
void
)
Type declaration
(
reason
?
)
:
void
Parameters
Optional
reason
:
unknown
Returns
void
pipe
pipe
:
(
<
Writable
>
(
destination
)
=>
Writable
)
Type declaration
<
Writable
>
(
destination
)
:
Writable
Type Parameters
Writable
extends
WritableStream
Parameters
destination
:
Writable
Returns
Writable
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
abort
pipe
@xarc/react
Loading...