Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
63 lines (39 loc) · 1.06 KB

File metadata and controls

63 lines (39 loc) · 1.06 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.