内容简介:Node.js 11.7.0 发布了,主要更新如下: 值得注意的变化 compression / zlib: Added brotli support (Anna Henningsen and Zach Vacura) #24938 console: Added inspectOptions option (Ruben Bridgewater) #2497...
Node.js 11.7.0 发布了,主要更新如下:
值得注意的变化
compression / zlib:
Added brotli support (Anna Henningsen and Zach Vacura) #24938
console:
Added
inspectOptionsoption (Ruben Bridgewater) #24978crypto:
Always accept private keys as public keys (Tobias Nießen) #25217
deps:
Upgrade npm to v6.5.0 (Jordan Harband) #25234
fs:
Use internalBinding('fs') internally instead of process.binding('fs') (Masashi Hirano) #22478
http(s):
Support overriding http\s.globalAgent (Roy Sommer) #25170
util:
Inspect ArrayBuffers contents closely (Ruben Bridgewater) #25006
worker:
Expose workers by default and remove
--experimental-workerflag (Anna Henningsen) #25361
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to Tornado
Michael Dory、Adam Parrish、Brendan Berg / O'Reilly Media / 2012-3-28 / USD 23.99
Tornado is a scalable, non-blocking web server and web application framework written in Python. It is also light-weight to deploy, fun to write for, and incredibly powerful. Tornado was written with p......一起来看看 《Introduction to Tornado》 这本书的介绍吧!