Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

ECMAScript 6 support in Mozilla

This translation is incomplete. Please help translate this article from English.

L'ECMAScript 6 és la següent versió de l'estàndard, anomenat "ES.next". L'esborrany de les especificacions es poden trobar al wiki oficial de l'ECMA. El primer esborrany basat en l'ECMAScript 5.1, fou publicat el 12 de juliol del 2011 amb el nom de "ES.next".
 

 As of August 2014, ECMAScript 6 is already feature frozen, will be finished during 2015 and will start to go into the official publication process starting in March 2015 (to be finished in June 2015).

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

Already supported features

The following features are already implemented in Firefox:

Standard library

Additions to the Array object

New Map and Set objects, and their weak counterparts

New Math functions

Additions to the Number object

Additions to the Object object

Additions to the Date object

New Promise object

Additions to the RegExp object

Additions to the String object

New Symbol object

Typed Arrays

Typed arrays are specified as part of ECMAScript 6 and no longer in their own specification.

Expressions and operators

Statements

Functions

Other features

Features with compliance and stabilization changes ongoing

The following features are (partially) implemented in Firefox, but were introduced long before ES6 or are still discussed in the ECMA TC39 standards body.

Partial support

These features are part of ES6 and available in Firefox Nightly only:

New class syntax

Features not yet supported

The following features are in the ECMAScript 6 draft specification, but not yet implemented in Firefox:

See also

Document Tags and Contributors

 Contributors to this page: txiverke
 Last updated by: txiverke,