Remove sync call in remote module
This commit is contained in:
parent
0282d424bf
commit
353f08e477
5 changed files with 34 additions and 31 deletions
|
@ -1,7 +1,9 @@
|
|||
# Import common modules.
|
||||
module.exports = require '../../../../common/api/lib/exports/electron'
|
||||
common = require '../../../../common/api/lib/exports/electron'
|
||||
|
||||
Object.defineProperties module.exports,
|
||||
# Import common modules.
|
||||
common.defineProperties exports
|
||||
|
||||
Object.defineProperties exports,
|
||||
# Renderer side modules, please sort with alphabet order.
|
||||
desktopCapturer:
|
||||
enumerable: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue