近千名学子齐聚,线上直播观看人数超280万
Electron 是一个使用 JavaScript、HTML 和 CSS 构建跨平台的桌面应用程序。它基于 Node.js 和 Chromium,被 Atom 编辑器和许多其他应用程序使用。Electron 兼容 Mac、Windows 和 Linux,可以构建出三个平台的应用程序。
Electron v31.1.0 更新内容如下:
Features
- 将
systemPreferences
暴露于utilityProcess
。#42598
Fixes
- 修复了通过
postMessage
发送不可克隆对象时 MessagePorts 可能意外关闭的问题。#42580 - 修复在启用了
nodeIntegrationInWorker
的 Web Workers 中 fetch-dependent interfaces 可能会缺失的问题。#42597
Other Changes
- 将 Chromium 更新至 126.0.6478.114。#42584
更新说明:https://github.com/electron/electron/releases/tag/v31.1.0
还没有评论,来说两句吧...