书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 3225 个相关结果.
  • Security, Native Capabilities, and Your Responsibility

    Security, Native Capabilities, and Your Responsibility Reporting Security Issues Chromium Security Issues and Upgrades Security Is Everyone’s Responsibility Isolation For Untrus...
  • Security

    Security Preface General guidelines Security is everyone’s responsibility Isolation for untrusted content Checklist: Security recommendations 1. Only load secure content Why? ...
  • 重大的API更新

    重大更改 FIXME 注释 计划重写的 API (7.0) shell.openExternalSync(url[, options]) 计划重写的 API (6.0) win.setMenu(null) contentTracing.getTraceBufferUsage() 渲染进程中的 electron.screen 沙盒渲染器中的req...
  • 离线/在线 侦测

    在线/离线事件探测 概览 示例 渲染进程中的事件探测 主进程中的事件探测 在线/离线事件探测 概览 在渲染进程中,在线/离线事件 的探测,是通过标准 HTML5 API 中 navigator.onLine 属性来实现的。 navigator.onLine 属性返回值: false :如果所有网络请求都失败(例如,断开网...
  • Debugging the Main Process

    Debugging the Main Process Command Line Switches --inspect=[port] --inspect-brk=[port] External Debuggers Debugging the Main Process The DevTools in an Electron browser wi...
  • Contributing

    Developing Electron Updating an Appveyor Azure Image Build Instructions Build Instructions (Linux) Build Instructions (macOS) Build Instructions (Windows) Chromium Developm...
  • 调试主进程

    调试主进程 命令行开关 --inspect=[port] --inspect-brk=[port] 外部调试器 调试主进程 Electron 浏览器窗口中的 DevTools 只能调试 在该窗口中执行的 JavaScript (即 web 页面) 。 为了提供一个可以调试主进程的方法,Electron 提供了 --inspect ...
  • 调试主进程

    调试主进程 命令行开关 --inspect=[port] --inspect-brk=[port] 外部调试器 调试主进程 Electron 浏览器窗口中的 DevTools 只能调试 在该窗口中执行的 JavaScript (即 web 页面) 。 为了提供一个可以调试主进程的方法,Electron 提供了 --inspect ...
  • Vue 插件

    Vue 插件 axios vue-electron vue-router vuex Vue 插件 electron-vue 包含以下 vue 插件,可以使用 vue-cli 脚手架安装… axios (网络请求) vue-electron (将 electron API 附加到 Vue 对象) vue-router ...
  • 通知(Notifications)

    通知 (Windows, Linux, macOS) 概览 示例 在渲染进程中显示通知 在主进程中显示通知 补充资料 Windows 高级通知 免打扰模式 / 演示模式 macOS 高级通知 勿扰 / 会话状态 Linux 通知 (Windows, Linux, macOS) 概览 这三个操作系统都为应用程序向用户发送...