Electron v31.3.0 发布,跨平台桌面应用开发工具
Electron 是一个使用 JavaScript、HTML 和 CSS 构建跨平台的桌面应用程序。它基于 Node.js 和 Chromium,被 Atom 编辑器和许多其他应用程序使用。Electron 兼容 Mac、Windows 和 Linux,可以构建出三个平台的应用程序。 Electron v31.3.0更新内容如下: Features 已添加DownloadItem.getCurrentBytesPerSecond()、DownloadItem.getPercentComplete()、DownloadItem.getEndTime()。#42915 当尝试在阻塞路径中打开文件或目录时,File System Access API中的故障路径与上游对齐。#42994 Fixes 修复了使用off screenrendering时可能发生的崩溃。#42941 修复了在 macOS 上,如果麦克风或摄像头权限在系统级别被拒绝时,则navigator.mediaDevices.getUserMedia和navigator.getUserMedia应拒绝并显示NotAllowed...
