Skip to content

2021-07-29, Version 16.6.0 (Current), @BethGriggs

Compare
Choose a tag to compare
@BethGriggs BethGriggs released this 29 Jul 23:20
v16.6.0
8d2e66c

This is a security release.

Notable Changes

Say hello to V8 9.2

The V8 engine is updated to version 9.2.230.21.

It notably introduces the new Array.prototype.at method (also on Typed Arrays and strings):

const array = [1, 2, 3];

console.log(array.at(-1));
// Prints: 3

Contributed by Michaël Zasso - #39470

Other notable changes

Commits