CompressionStream extension type
The CompressionStream
interface of the Compression Streams API
is an
API for compressing a stream of data.
API documentation sourced from MDN Web Docs.
- on
- Implemented types
- Available extensions
Constructors
- CompressionStream(CompressionFormat format)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- readable → ReadableStream
-
The
readable
read-only property of the CompressionStream interface returns a ReadableStream.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- writable → WritableStream
-
The
writable
read-only property of the CompressionStream interface returns a WritableStream.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited