We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1813d52 commit 0dd4376Copy full SHA for 0dd4376
extension/API/libwebpg/nativeMessaging.js
@@ -318,6 +318,7 @@ webpg.plugin = {
318
if (navigator.userAgent.toLowerCase().search("chrome") === -1) {
319
webpg.nativeMessaging.sendMessage({"func": "get_webpg_status"}, function(res) {
320
webpg.plugin.valid = (res && res.plugin && !res.error) ? true : false;
321
+ webpg.plugin.webpg_status = res;
322
});
323
} else {
324
// Check if the native messaging port is valid
0 commit comments