Add webContents.isFocused()
This commit is contained in:
parent
6d2e633c82
commit
7877fa7c0a
5 changed files with 43 additions and 0 deletions
|
@ -244,5 +244,8 @@ module.exports = {
|
|||
|
||||
fromId (id) {
|
||||
return binding.fromId(id)
|
||||
},
|
||||
getAllWebContents () {
|
||||
return binding.getAllWebContents()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue