chore: rename atomBinding to electronBinding (#17419)
This commit is contained in:
parent
5025c991ee
commit
38d75010c7
81 changed files with 167 additions and 164 deletions
|
@ -1,6 +1,6 @@
|
|||
'use strict'
|
||||
|
||||
const clipboard = process.atomBinding('clipboard')
|
||||
const clipboard = process.electronBinding('clipboard')
|
||||
|
||||
if (process.type === 'renderer') {
|
||||
const ipcRendererUtils = require('@electron/internal/renderer/ipc-renderer-internal-utils')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
'use strict'
|
||||
|
||||
const { nativeImage } = process.atomBinding('native_image')
|
||||
const { nativeImage } = process.electronBinding('native_image')
|
||||
|
||||
module.exports = nativeImage
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
'use strict'
|
||||
|
||||
module.exports = process.atomBinding('shell')
|
||||
module.exports = process.electronBinding('shell')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue