FeatureStatus

Describes the status of a struct@WebKitFeature.

The status for a given feature can be obtained with id@webkit_feature_get_status.

Since

2.42

Entries

Link copied to clipboard

Feature that adjust behaviour for specific application needs. The feature is not part of a Web platform feature, not a mature feature intended to be always on.

Link copied to clipboard

Feature in development. The feature may be unfinished, and there are no guarantees about its safety and stability.

Link copied to clipboard

Feature for debugging the WebKit engine. The feature is not generally useful for user or web developers, and always disabled by default.

Link copied to clipboard

Feature for web developers. The feature is not generally useful for end users, and always disabled by default.

Link copied to clipboard

Feature in active development and complete enough for testing. The feature may not be yet ready to ship and is disabled by default.

Link copied to clipboard

Feature ready to be tested by users. The feature is disabled by default, but may be enabled by applications automatically e.g. in their “technology preview” or “beta” versions.

Link copied to clipboard

Feature ready for general use. The feature is enabled by default, but it may still be toggled to support debugging and testing.

Link copied to clipboard

Feature in general use. The feature is always enabled and in general there should be no user-facing interface to toggle it.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.