refactor: implement clipboard APIs without the remote module (#17200)
This commit is contained in:
parent
43ef561d48
commit
3a091cdea4
10 changed files with 118 additions and 45 deletions
|
@ -1,3 +1,5 @@
|
|||
'use strict'
|
||||
|
||||
module.exports = process.atomBinding('native_image')
|
||||
const { nativeImage } = process.atomBinding('native_image')
|
||||
|
||||
module.exports = nativeImage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue