Expose desktopCapturer in sandbox mode.
This commit is contained in:
parent
0bfbd9b3c4
commit
be0e3d9555
1 changed files with 10 additions and 0 deletions
|
@ -32,5 +32,15 @@ Object.defineProperties(exports, {
|
|||
get: function () {
|
||||
return require('../../../common/api/is-promise')
|
||||
}
|
||||
},
|
||||
desktopCapturer: {
|
||||
get: function () {
|
||||
return require('../../../renderer/api/desktop-capturer')
|
||||
}
|
||||
},
|
||||
nativeImage: {
|
||||
get: function () {
|
||||
return require('../../../common/api/native-image')
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue