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 () {
|
get: function () {
|
||||||
return require('../../../common/api/is-promise')
|
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…
Add table
Add a link
Reference in a new issue