Package-level declarations

Types

Link copied to clipboard
sealed interface CompressionFormat
Link copied to clipboard

The CompressionStream interface of the Compression Streams API compresses a stream of data. It implements the same shape as a TransformStream, allowing it to be used in ReadableStream.pipeThrough() and similar methods.

Link copied to clipboard

The DecompressionStream interface of the Compression Streams API decompresses a stream of data. It implements the same shape as a TransformStream, allowing it to be used in ReadableStream.pipeThrough() and similar methods.

Properties

Link copied to clipboard
val ERROR CLASS: Symbol not found for CompressionFormat.Companion.brotli: CompressionFormat
Link copied to clipboard
val ERROR CLASS: Symbol not found for CompressionFormat.Companion.deflate: CompressionFormat
Link copied to clipboard
val ERROR CLASS: Symbol not found for CompressionFormat.Companion.deflateRaw: CompressionFormat
Link copied to clipboard
val ERROR CLASS: Symbol not found for CompressionFormat.Companion.gzip: CompressionFormat