NW.js前身是Node Webkit,即融合了Node.js和Webkit HTML渲染器来运行本地应用。新版的 NW.js 基于 io.js ,后者比起 Node.js 采用了更新版的 JavaScript 引擎 V8,对 ES6 支持得更好。既然 io.js 对最新的 Node.js 是百分百兼容的,因此所有是使用 Node.js 的类库和程序也可以使用在 io.js 中。
更新日志
- Update Node.js to 7.3.0
- Fix: Hang when https website with cert. error is loaded (#5544)
- Fix: Webview freezes on almost any invalid certificate (#5564)
- Fix: Flash needs manual intervention and control-click not working (#5548)
- Fix: permission warning and crash of chrome identity app (#5552)
- Fix: popup menu in background page crashes nw (#5513)
- Fix: nw.Window.isTransparent should be boolean (#5561)
- Fix: [test] race condition in chromedriver
- [docs] Add a recent tutorial
下载
本站原创,转载时保留以下信息:
本文转自:深度开源(open-open.com)
原文地址:http://www.open-open.com/news/view/52299500