The (Unofficial) Blog-style Changelog for the V8 JavaScript Engine

V8 release v15.0

Stable date:

Tags:javascript

Features (1)

Programmatic scroll promises

Category: JavaScript

This feature provides a reliable signal for the completion status of a programmatic smooth-scroll. All scroll methods in Element and Window now return Promise objects that get resolved on scroll completion, and the resolved value indicates whether the scroll was interrupted or not.

JSON data
{
  "category": "JavaScript",
  "flag_name": null,
  "id": 5082138340491264,
  "milestone": 150,
  "name": "Programmatic scroll promises",
  "summary": "This feature provides a reliable signal for the completion status of a programmatic smooth-scroll. All scroll methods in Element and Window now return Promise objects that get resolved on scroll completion, and the resolved value indicates whether the scroll was interrupted or not."
}

V8 release v15.1

Stable date:

No new features in this version.


V8 release v15.2

Stable date:

No new features in this version.

More releases...