GatedAPIFeatures

@Serializable(with = GatedAPIFeaturesSerializer::class)
sealed interface GatedAPIFeatures

(undocumented in the protocol definition)

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = GatedAPIFeaturesSerializer::class)
data class NotDefinedInProtocol(val value: String) : GatedAPIFeatures

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

Link copied to clipboard
@Serializable(with = GatedAPIFeaturesSerializer::class)
data object PerformanceMeasureMemory : GatedAPIFeatures
Link copied to clipboard
@Serializable(with = GatedAPIFeaturesSerializer::class)
data object PerformanceProfile : GatedAPIFeatures
Link copied to clipboard
@Serializable(with = GatedAPIFeaturesSerializer::class)
data object SharedArrayBuffers : GatedAPIFeatures
Link copied to clipboard
@Serializable(with = GatedAPIFeaturesSerializer::class)
data object SharedArrayBuffersTransferAllowed : GatedAPIFeatures