ECMAScript Next support in Mozilla

ECMAScript Next refers to new features of the ECMA-262 standard (commonly referred to as JavaScript) introduced after ECMAScript 6 (ES2015). New versions of ECMAScript specifications are released yearly. This year, the ES2016 specification will be released and the ES2017 is the current ECMAScript draft specification.

You can see the latest proposals on the tc39/ecma262 GitHub repository.

A channel for feedback on ECMAScript standards is es-discuss.

ECMAScript 2016

These ES2016 / ES7 features are implemented:

ECMAScript 2017

These ES2017 / ES8 features are implemented:

Experimental new features

The following features are already implemented, but only available in the Firefox Nightly channel and not yet included in a draft edition of an ECMAScript specification.

Additions to the ArrayBuffer object

New TypedObject objects

New SIMD objects

New Shared Memory objects

See also

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/javascript/new_in_javascript/ecmascript_next_support_in_mozilla

Firefox JavaScript