进程沙盒化 Electron沙盒化策略 Sandbox behaviour in Electron Renderer processes 预加载脚本 配置沙盒 Enabling the sandbox for a single process 全局启用沙盒 禁用 Chromium 的沙盒(仅测试) A note on rendering un...
重大更改 FIXME 注释 计划重写的 API (9.0) <webview>.getWebContents() webFrame.setLayoutZoomLevelLimits() Sending non-JS objects over IPC now throws an exception 计划重写的 API (8.0) Values ...
Updating Applications Using update.electronjs.org Using other update services Step 1: Deploying an update server Step 2: Receiving updates in your app Step 3: Notifying users wh...
Electron Debugging 通用调试 打印堆栈信息 断点调试 指定平台调试 使用 Symbol Server 调试 Electron Debugging Electron 中有许多不同的方法来调试问题和错误,其中许多方式是根据平台来选择的。 下文概述了一些比较常见的做法。 通用调试 Chromium 含有日志宏,可以在 C++...