Electron v1.4.5 發布,JavaScript桌面應用開發庫

jopen 8年前發布 | 7K 次閱讀 Electron JavaScript

 

Electron 可以讓你使用純 JavaScript 調用豐富的原生 APIs 來創造桌面應用。你可以把它看作是專注于桌面應用而不是 web 服務器的,io.js 的一個變體。

 

更新日志

Bug 修復

  • Fixed a crash when loading a URL using a persistent session. #7628
  • Fixed a crash when using setCertificateVerifyProc on a session. #7651
  • Fixed a crash when creating notifications on a session that is using a permission request handler.#7788

Windows

  • Fixed an issue where the web contents would lose focus when clicking the menu bar causing certain role-based menu items to not work. #7707
  • Fixed an issue where maximized windows would be restored/un-maximized to the wrong location.#7766

新API

  • Added a new net module that exposes Chrome's native network APIs, available viarequire('electron').net in the main process. #7577
  • Added support for setting additional options to webFrame.registerURLSchemeAsPrivileged#7665
  • Added support for a webpreferences attribute to <webview> tags that can be used to set additional options similar to the webPreferences option on the BrowserWindowconstructor. #7631

mac操作系統

  • Added support to the clipboard module for reading from and writing to the find pasteboard, available as clipboard.readFindText/writeFindText#7719
  • Added BrowserWindow.previewFile that opens a file in the native Quick Look view. #7592

下載

本站原創,轉載時保留以下信息:
本文轉自:深度開源(open-open.com)
原文地址:http://www.baiduhome.net/news/view/6a178f2d

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!