Enumeration
WebKit2PluginError
Members
Name | Description |
---|---|
WEBKIT_PLUGIN_ERROR_FAILED |
Generic plugin load failure. Deprecated 2.32 |
WEBKIT_PLUGIN_ERROR_CANNOT_FIND_PLUGIN |
Load failure due to missing plugin. Deprecated 2.32 |
WEBKIT_PLUGIN_ERROR_CANNOT_LOAD_PLUGIN |
Load failure due to inability to load plugin. Deprecated 2.32 |
WEBKIT_PLUGIN_ERROR_JAVA_UNAVAILABLE |
Load failure due to missing Java support that is required to load plugin. Deprecated 2.32 |
WEBKIT_PLUGIN_ERROR_CONNECTION_CANCELLED |
Load failure due to connection cancellation. Deprecated 2.32 |
WEBKIT_PLUGIN_ERROR_WILL_HANDLE_LOAD |
Preliminary load failure for media content types. A new load will be started to perform the media load. |