Typescript Library Declarations (DOM)
Interface CompressionStream
MDN Reference
interface
CompressionStream
{
readable
:
ReadableStream
<
any
>
;
writable
:
WritableStream
<
any
>
;
}
Hierarchy
GenericTransformStream
CompressionStream (
view full
)
Index
Properties
readable
writable
Properties
Readonly
readable
readable
:
ReadableStream
<
any
>
MDN Reference
Readonly
writable
writable
:
WritableStream
<
any
>
MDN Reference
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
readable
writable
Typescript Library Declarations (DOM)
MDN Reference