electron-multiple-preloads
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -18,3 +18,6 @@ "use strict"; | ||
} | ||
const WebViewImpl = require(webViewImplPath); | ||
let WebViewImpl = require(webViewImplPath); | ||
if (WebViewImpl.WebViewImpl) { | ||
WebViewImpl = WebViewImpl.WebViewImpl; | ||
} | ||
const original = WebViewImpl.prototype.buildParams; | ||
@@ -21,0 +24,0 @@ WebViewImpl.prototype.buildParams = function () { |
{ | ||
"name": "electron-multiple-preloads", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
117207
110