Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Node .js v8.3.0 and upgraded the V8 engine to version 6.0


May 10, 2021 Node.js



Node .js v8.3.0 has been released, and in that release, the V8 engine has been upgraded to version 6.0, resulting in significant performance improvements. For more details on performance differences, click See details.

In addition, it also brings practical functions such as looping through objects, deleting object keys, function binding, and object creation. The following W3C compilation brings you some of the main content of this update.

  • Dns
  • Stand-alone DNS resolver instances are now supported, and request cancellation is supported. #14518
  • N-API
  • Multiple N-API functions for error handling have been changed to support assigning error codes. #13988
  • Repl
  • Auto-completion support for require() has been improved. #14409
  • Utilities
  • WhatWG coding standards (TextDecoder and TextEncoder) were implemented as an experimental feature. #13644
  • Added new colaborators
  • XadillaX – Khaidi Chu gabrielschulhof – Gabriel Schulhof

Related download address:

Node .js is a JavaScript runtime based on the Chrome V8 engine. Node .js efficient, lightweight event-driven, non-blocking I/O model.