Typescript Library Declarations (Web Worker)
Interface DecompressionStream
MDN Reference
interface
DecompressionStream
{
readable
:
ReadableStream
<
any
>
;
writable
:
WritableStream
<
any
>
;
}
Hierarchy
GenericTransformStream
DecompressionStream (
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 (Web Worker)
MDN Reference