chore: move main process only accessible API bindings away from common (#34634)

This commit is contained in:
Milan Burda 2022-06-21 09:34:56 +02:00 committed by GitHub
parent 0f528c1e43
commit f3f327823e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
import { EventEmitter } from 'events';
const { createScreen } = process._linkedBinding('electron_common_screen');
const { createScreen } = process._linkedBinding('electron_browser_screen');
let _screen: Electron.Screen;