From
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let#Browser_compatibility
(Firefox-specific notes)

> Only available to code blocks in HTML wrapped in a <script
> type="application/javascript;version=1.7"> block (or higher version).
> Beware, however, that as this is a non-standard feature, this will most
> likely break support for other browsers.


I once tried using this non-standard magic incantation; it stops Chrome
from loading the script. According to the bug links, the magic incantation
will be gone soon.

I have ES6 in console.js. I also had it in other spots, but I downgraded
them.

On Wed, Oct 28, 2015 at 11:23 PM, Alon Zakai <[email protected]> wrote:

> Regarding let and arrow functions, I'm surprised to hear that, since
> overall Firefox is ahead of Chrome on ES6 features,
>
> https://twitter.com/simevidas/status/658356569587982336
>
> But perhaps some specific ES6 feature used here is not yet implemented in
> Firefox?
>
> Where is the ES6 code coming from? term.js?
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to