Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.06 KB

WebPluginInfo.md

File metadata and controls

63 lines (39 loc) · 1.06 KB

API categories | API index

WebPluginInfo (object)

See also RequestHandler._OnBeforePluginLoad().

Web Plugin API available in upstream CEF, but not yet exposed in CEF Python (see src/include/cef_web_plugin.h):

  • CefRegisterCdmCallback
  • CefRegisterWidevineCdm
  • CefIsWebPluginUnstable
  • CefRegisterWebPluginCrash
  • CefUnregisterInternalWebPlugin
  • CefRefreshWebPlugins
  • CefVisitWebPluginInfo

Table of contents:

Methods

GetName

Return string

Returns the plugin name (i.e. Flash).

GetPath

Return string

Returns the plugin file path (DLL/bundle/library).

GetVersion

Return string

Returns the version of the plugin (may be OS-specific).

GetDescription

Return string

Returns a description of the plugin from the version information.