Settings.getAllFeatures

Gets the list of all available WebKit features.

Features can be toggled with webkit.settings.Settings.setFeatureEnabled, and their current state determined with webkit.settings.Settings.getFeatureEnabled.

Note that most applications should use webkit.settings.Settings.getDevelopmentFeatures and webkit.settings.Settings.getExperimentalFeatures instead.

class Settings
static
getAllFeatures
()

Return Value

Type: webkit.feature_list.FeatureList

List of all features.