首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

Node v10.6.0 发布,提供处于实验阶段的 DNS 模块功能

Node v10.4.0?已发布,该版本值得关注的更新是已提供处于实验阶段的 DNS 模块功能,此外还包括一些改进,如对 worker 的支持。

  • dns:
    • An experimental promisified version of the dns module is now available. Give it a try with?require('dns').promises.?#21264
  • fs:
    • fs.lchown?has been undeprecated now that libuv supports it.?#21498
  • lib:
    • Atomics.wake?is being renamed to?Atomics.notify?in the ECMAScript specification (reference). Since Node.js now has experimental support for worker threads, we are being proactive and added a?notify?alias, while emitting a warning if?wake?is used.?#21413 #21518
  • n-api:
    • Add API for asynchronous functions.?#17887
  • util:
    • util.inspect?is now able to return a result instead of throwing when the maximum call stack size is exceeded during inspection.?#20725
  • vm:
    • Add?script.createCachedData(). This API replaces the?produceCachedData?option of the?Script?constructor that is now deprecated.?#20300
  • worker:
    • Support for relative paths has been added to the?Worker?constructor. Paths are interpreted relative to the current working directory.?#21407

下载地址:https://nodejs.org/en/download/current/,?https://github.com/nodejs/node/releases/tag/v10.6.0

Node.js 是一个基于?Chrome V8 引擎的 JavaScript 运行时。Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。

  • 发表于:
  • 原文链接https://www.oschina.net/news/97712/node-10-6-0-released
  • 如有侵权,请联系 cloudcommunity@tencent.com 删除。

扫码

添加站长 进交流群

领取专属 10元无门槛券

私享最新 技术干货

扫码加入开发者社群
领券
http://www.vxiaotou.com