Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
TransformStream
Interface TransformStream<I, O>
MDN Reference
interface
TransformStream
<
I
,
O
>
{
readable
:
ReadableStream
<
O
>
;
writable
:
WritableStream
<
I
>
;
}
Type Parameters
I
=
any
O
=
any
Index
Properties
readable
writable
Properties
Readonly
readable
readable
:
ReadableStream
<
O
>
MDN Reference
Readonly
writable
writable
:
WritableStream
<
I
>
MDN Reference
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
readable
writable
Official Cockpit API Documentation
Houston Common Library
Loading...
MDN Reference