Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

v8.dev

V8 JavaScript and WebAssembly language features

Get the latest updates from V8 JavaScript and WebAssembly language features directly as they happen.

Follow now 30 followers

Latest posts

Last updated 25 days ago

JavaScript's New Superpower: Explicit Resource Management

29 days ago

The Explicit Resource Management proposal introduces a deterministic approach to explicitly manage...

Iterator helpers

about 1 year ago

RegExp `v` flag with set notation and properties of strings

almost 3 years ago

JavaScript has supported regular expressions since ECMAScript 3 (1999). Sixteen years later...

Finding elements in `Array`s and TypedArrays

over 3 years ago

Finding elements from the beginning # Finding an element that satisfies some...

`at` method for relative indexing

almost 4 years ago

The new at method on Array.prototype, the various TypedArray prototypes, and String.prototype...

Error causes

almost 4 years ago

Imagine you have a function that is calling two separate work loads...

`Object.hasOwn`

almost 4 years ago

Today, it is very common to write code like this const hasOwnProperty...

Import assertions

almost 4 years ago

The new import assertions feature allows module import statements to include additional...