webview: add blinkfeatures attribute
This commit is contained in:
parent
2e8a2c3a7f
commit
fab34b400e
4 changed files with 23 additions and 1 deletions
|
@ -158,7 +158,8 @@ var attachGuest = function(embedder, elementInstanceId, guestInstanceId, params)
|
|||
guestInstanceId: guestInstanceId,
|
||||
nodeIntegration: (ref1 = params.nodeintegration) != null ? ref1 : false,
|
||||
plugins: params.plugins,
|
||||
webSecurity: !params.disablewebsecurity
|
||||
webSecurity: !params.disablewebsecurity,
|
||||
blinkFeatures: params.blinkfeatures
|
||||
};
|
||||
if (params.preload) {
|
||||
webPreferences.preloadURL = params.preload;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue