ECMAScript 2016+ in Firefox
blog.mozilla.org
ECMAScript 2016+ in Firefox
1–10 of 93 posts
Re: ECMAScript 2016+ in Firefox
#2Re: ECMAScript 2016+ in Firefox
#3Re: ECMAScript 2016+ in Firefox
#4Good to see such quick progress in this area in major browsers. It's worth noting that WebKit also has 100% support for ES 2016+. So now only Edge is lagging in this regard. [0] http://kangax.github.io/compat-table/es2016plus/#webkit
Re: ECMAScript 2016+ in Firefox
#5Good to see such quick progress in this area in major browsers. It's worth noting that WebKit also has 100% support for ES 2016+. So now only Edge is lagging in this regard. [0] http://kangax.github.io/compat-table/es2016plus/#webkit
It doesn't help when one needs to target enterprise markets or devices that only have their factory provided browser.
Re: ECMAScript 2016+ in Firefox
#6I can see that strict mode inside a function using default parameters should throw according to the spec ( https://tc39.github.io/ecma262/#sec-function-definitions-sta... ) but does anyone know why? Is strict mode something we should now be avoiding?
- [0] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
Re: ECMAScript 2016+ in Firefox
#7I can see that strict mode inside a function using default parameters should throw according to the spec ( https://tc39.github.io/ecma262/#sec-function-definitions-sta... ) but does anyone know why? Is strict mode something we should now be avoiding?
[1] https://www.nczonline.net/blog/2016/10/the-ecmascript-2016-c...
Re: ECMAScript 2016+ in Firefox
#8Good to see such quick progress in this area in major browsers. It's worth noting that WebKit also has 100% support for ES 2016+. So now only Edge is lagging in this regard. [0] http://kangax.github.io/compat-table/es2016plus/#webkit
It doesn't help when one needs to target enterprise markets or devices that only have their factory provided browser.
Also, thrown in core-js[1] while you're at it.
Re: ECMAScript 2016+ in Firefox
#9Good to see such quick progress in this area in major browsers. It's worth noting that WebKit also has 100% support for ES 2016+. So now only Edge is lagging in this regard. [0] http://kangax.github.io/compat-table/es2016plus/#webkit
Maybe the above table doesn't include beta releases of Chrome?
Re: ECMAScript 2016+ in Firefox
#10I can see that strict mode inside a function using default parameters should throw according to the spec ( https://tc39.github.io/ecma262/#sec-function-definitions-sta... ) but does anyone know why? Is strict mode something we should now be avoiding?
https://leanpub.com/understandinges6/read#leanpub-auto-chang...