Closed
Description
OS: ArchLinux x86_64
In a normal chrome browser, navigator.plugins["Shockwave Flash"]
shows
Plugin {0: MimeType, 1: MimeType, length: 2, description: "Shockwave Flash 17.0 r0", filename: "libpepflashplayer.so", name: "Shockwave Flash", item: function…}
But in electron#master, navigator.plugins["Shockwave Flash"]
shows
Plugin {0: MimeType, 1: MimeType, length: 2, description: "", filename: "libpepflashplayer.so", name: "Shockwave Flash", item: function…}
Description of plugin object is important for many websites to auto detect the version of user's flash player, but it seems lost in Electron.
@zcbenz @deepak1556
Metadata
Metadata
Assignees
Labels
No labels