StreamCompression

@Serializable(with = StreamCompressionSerializer::class)
sealed interface StreamCompression

Compression type to use for traces returned via streams.

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = StreamCompressionSerializer::class)
data object gzip : StreamCompression
Link copied to clipboard
@Serializable(with = StreamCompressionSerializer::class)
data object none : StreamCompression
Link copied to clipboard
@Serializable(with = StreamCompressionSerializer::class)
data class NotDefinedInProtocol(val value: String) : StreamCompression

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).