主进程,渲染进程都可以用的模块
shell
screen
clipborad,nativeImage
crashReporte (奔溃报告)
复制代码
渲染进程都可以用的模块
ipcRender (ipc信道)
desktopCapturer (捕获声音或视频)
remote (拿到主进程的一些模块)
webFrame
复制代码
主进程都可以用的模块
app
ipcMain
dialog
net,protocol
session
Menu,MenuItem
BrowserWindow,webContents
Tray (添加通知栏区域的图标)
systemPerferences (本地计算机属性)
globalShortcut (键盘的快捷键)
contentTracing (收集和跟踪数据)
powerSaveBlocker (阻止系统进入睡眠)
powerMonitor (电源状态)
autoUpdate
复制代码