Add webContents.isFocused()

This commit is contained in:
Kevin Sawicki 2016-07-13 08:54:40 -07:00
parent 6d2e633c82
commit 7877fa7c0a
5 changed files with 43 additions and 0 deletions

View file

@ -244,5 +244,8 @@ module.exports = {
fromId (id) {
return binding.fromId(id)
},
getAllWebContents () {
return binding.getAllWebContents()
}
}