BrowserAccelerationFlags

data class BrowserAccelerationFlags(val isSupported: Boolean, val isBeta: Boolean)

Determines if acceleration is supported on the current system. Is In Beta is a flag to prevent it from being used by default on a supported but not tested system.

Constructors

Link copied to clipboard
constructor(isSupported: Boolean, isBeta: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard