书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 3215 个相关结果.
  • Native File Drag & Drop

    Native File Drag & Drop Overview Example Preload.js Index.html Renderer.js Main.js Native File Drag & Drop Overview Certain kinds of applications that manipulate files mi...
  • 示例预览

    示例预览 How to…? 示例预览 在本节中,我们收集了一些新手通用的功能示例,可以让你快速实现需要的 Electron 应用。 每个例子都包含一个简单的、自成一体的示例应用程序。 运行这些示例的最简单方法是下载 Electron Fiddle 。 一旦安装了Fiddle,就可以按下 “Open in Fiddle”按钮,然后会在下面找到以下代码...
  • 离线-在线 侦测

    在线/离线事件探测 在线/离线事件探测 在渲染进程中, Online and offline 事件检测,是通过标准 HTML5 API 中 navigator.onLine 属性来实现的。 脱机时 (从网络断开), navigator.onLine 属性将返回 false , 除此之外都返回true 。 由于所有其他条件都返回 true ...
  • 离线-在线 侦测

    在线/离线事件探测 在线/离线事件探测 在渲染进程中, Online and offline 事件检测,是通过标准 HTML5 API 中 navigator.onLine 属性来实现的。 脱机时 (从网络断开), navigator.onLine 属性将返回 false , 除此之外都返回true 。 由于所有其他条件都返回 true ...
  • DevTools Extension

    DevTools Extension Loading a DevTools extension with tooling Manually loading a DevTools extension Removing a DevTools extension DevTools extension support What should I do if a...
  • Online-Offline Event Detection

    Online/Offline Event Detection Overview Example Online/Offline Event Detection Overview Online and offline event detection can be implemented in the Renderer process using t...
  • sandbox 沙盒选项

    sandbox 沙盒选项 预加载 状态 sandbox 沙盒选项 Create a browser window with a sandboxed renderer. With this option enabled, the renderer must communicate via IPC to the main process in ...
  • sandbox 沙盒选项

    sandbox 沙盒选项 预加载 状态 sandbox 沙盒选项 Create a browser window with a sandboxed renderer. With this option enabled, the renderer must communicate via IPC to the main process in ...
  • 通知(Notifications)

    通知(Notifications) 概览 示例 在渲染进程中显示通知 Show notifications in the Main process Additional information Windows 高级通知 免打扰模式 / 演示模式 macOS 勿扰 / 会话状态 Linux 通知(Notifications) 概...
  • clipboard

    剪贴板 方法 clipboard.readText([type]) clipboard.writeText(text[, type]) clipboard.readHTML([type]) clipboard.writeHTML(markup[, type]) clipboard.readImage([type]) clipboard.w...