Implement insertCSS on webFrame
This commit is contained in:
parent
017df93ffa
commit
d6eb0d6629
4 changed files with 8 additions and 5 deletions
|
@ -99,6 +99,7 @@ WebContents.prototype.sendToAll = function (channel, ...args) {
|
|||
|
||||
// Following methods are mapped to webFrame.
|
||||
const webFrameMethods = [
|
||||
'insertCSS',
|
||||
'insertText',
|
||||
'setLayoutZoomLevelLimits',
|
||||
'setVisualZoomLevelLimits',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue