Add WebContents.insertCSS

This commit is contained in:
Cheng Zhao 2014-10-24 21:04:50 +08:00
parent 1f08d50e98
commit e214ce6bc4
4 changed files with 15 additions and 3 deletions

View file

@ -612,6 +612,12 @@ Whether the renderer process has crashed.
Overrides the user agent for this page.
### WebContents.insertCSS(css)
* `css` String
Injects CSS into this page.
### WebContents.executeJavaScript(code)
* `code` String