Add WebContents.insertCSS
This commit is contained in:
parent
1f08d50e98
commit
e214ce6bc4
4 changed files with 15 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue