书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 3219 个相关结果.
  • 离线-在线 侦测

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

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

    自定义窗口 创建无边框窗口 应用自定义标题栏样式 macOS Windows Control the traffic lights macOS Customize the look of your traffic lights macOS Customize the traffic light position macOS Show and hide ...
  • Accessibility

    Accessibility Manually enabling accessibility features Using Electron’s API Within third-party software macOS Accessibility Accessibility concerns in Electron applications a...
  • 通知(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...
  • 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...
  • 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 ...
  • 设备访问

    设备访问 Web Bluetooth API 示例 WebHID API Blocklist 示例 Web Serial API 示例 设备访问 类似基于 Chromium 的浏览器一样, Electron 也提供了通过 web API 访问设备硬件的方法。 大部分接口就像在浏览器调用的 API 一样,但有一些差异需要考虑到。 Elect...