Add setAudioMuted to webContents
This commit is contained in:
parent
8b8a6aea74
commit
8aa559fe51
5 changed files with 34 additions and 0 deletions
|
@ -877,6 +877,16 @@ Injects CSS into this page.
|
|||
|
||||
Evaluates `code` in page.
|
||||
|
||||
### WebContents.setAudioMuted(muted)
|
||||
|
||||
+ `muted` Boolean
|
||||
|
||||
Set the page muted.
|
||||
|
||||
### WebContents.isAudioMuted()
|
||||
|
||||
Returns whether this page has been muted.
|
||||
|
||||
### WebContents.undo()
|
||||
|
||||
Executes editing command `undo` in page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue