显着的变化
-
doc
:
- API文档的JSON变体不再是实验性的(Rich Trott) #27842 。
-
esm
:
-
始终启用JSON模块支持
--experimental-modules。该--experimental-json-modules旗帜已被删除(Myles Borins) #27752 。
-
-
http,http2
:
-
添加了一个新标志,用于覆盖默认的HTTP服务器套接字
--http-server-default-timeout=milliseconds
--http-server-default-timeout=0或
--http-server-default-timeout=0分别更改或禁用超时。从Node.js 13.0.0开始,默认情况下将禁用超时(Ali Ijaz Sheikh) #27704 。
-
-
inspector
:
-
添加了一个实验
--heap-prof标志,用于在启动时启动V8堆分析器,并在退出之前将堆配置文件写入磁盘(Joyee Cheung) #27596 。
-
-
流
:
-
该
readable.unshift()方法现在正确地将字符串转换为缓冲区此外,接受新的可选参数来指定字符串的
编码,例如
'utf8'或'ascii'(Marcos Casagrande) #27194 。
-
-
v8
:
-
返回的对象
v8.getHeapStatistics()有两个新属性:number_of_native_contexts和number_of_detached_contexts(Yuriy Vasiyarov) #27933 。
-
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Probability and Computing
Michael Mitzenmacher、Eli Upfal / Cambridge University Press / 2005-01-31 / USD 66.00
Assuming only an elementary background in discrete mathematics, this textbook is an excellent introduction to the probabilistic techniques and paradigms used in the development of probabilistic algori......一起来看看 《Probability and Computing》 这本书的介绍吧!