electron 模块
只能在主进程使用的:
app:控制你整个 Electron 应用的生命周期
BrowserWindow:创建和控制应用的窗口
ipcMain:用于主进程中,和渲染进程通信的
webContents:渲染和控制你窗口中的 web 内容的(因为 Electron 中,你是用 web 写的界面)
可以在渲染进程使用的:
ipcRenderer:用于渲染进程中,和主进程通信的
remote:可以方便你在渲染进程中直接调用主进程的方法
<webview> Tag:可以载入外界的网页
Written by lazybios
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Js
Authors
Related Tags
#js
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#