Implement insertCSS on webFrame

This commit is contained in:
Kevin Sawicki 2016-12-19 15:50:47 -08:00 committed by Birunthan Mohanathas
parent 017df93ffa
commit d6eb0d6629
4 changed files with 8 additions and 5 deletions

View file

@ -99,6 +99,7 @@ WebContents.prototype.sendToAll = function (channel, ...args) {
// Following methods are mapped to webFrame.
const webFrameMethods = [
'insertCSS',
'insertText',
'setLayoutZoomLevelLimits',
'setVisualZoomLevelLimits',