Method

WebKitWebExtensionget_has_persistent_background_content

unstable since: 2.52

Declaration [src]

gboolean
webkit_web_extension_get_has_persistent_background_content (
  WebKitWebExtension* extension
)

Description [src]

Get whether the extension has background content that stays in memory as long as the extension is loaded.

Available since: 2.52

Return value

Type: gboolean

TRUE if the extension can run in the background.