发布时间: 浏览次数:2564次
Node.js 8.1.1 已发布,Node.js 是一套用来编写高性能网络服务器的 JavaScript 工具包。
主要更新如下:
Child processes
stdout and stderr are now available on the error output of a failed call to the util.promisify()ed version ofchild_process.exec
HTTP
A regression that broke certain scenarios in which HTTP is used together with the cluster module has been fixed
HTTPS
The rejectUnauthorized option now works properly for unix sockets
Readline
A change that broke npm init and other code which uses readline multiple times on the same input stream is reverted
下载地址: