Skip to content

Commit 351bf45

Browse files
committed
[GR-28240] New Set Methods proposal.
PullRequest: js/1976
2 parents 37391f9 + e6d8ca6 commit 351bf45

File tree

6 files changed

+1043
-32
lines changed

6 files changed

+1043
-32
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The main focus is on user-observable behavior of the engine.
66
## Version 21.2.0
77
* Graal.js now prints a warning when runtime compilation is not supported. This warning can be disabled using the '--engine.WarnInterpreterOnly=false' option or the '-Dpolyglot.engine.WarnInterpreterOnly=false' system property.
88
* Added the `js.unhandled-rejections` option to track unhandled promise rejections in a polyglot `Context`. By default, the option is set to `none`, and unhandled promise rejections are not tracked.
9+
* Implemented the [New Set Methods](https://github.com/tc39/proposal-set-methods) proposal. It is available behind an experimental flag (`--js.new-set-methods`).
910

1011
## Version 21.1.0
1112
* Updated Node.js to version 14.16.1.

0 commit comments

Comments
 (0)