Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES2015 support for old browsers #7

Closed
mojoaxel opened this issue Jan 7, 2016 · 3 comments · Fixed by #41
Closed

ES2015 support for old browsers #7

mojoaxel opened this issue Jan 7, 2016 · 3 comments · Fixed by #41
Labels

Comments

@mojoaxel
Copy link

mojoaxel commented Jan 7, 2016

A lot of browsers do not jetzt support all ES2015 features yet (e.g. for...of).
You should use something like bable.js to also older or more alternativ browsers.

@asdil12
Copy link
Member

asdil12 commented Jan 7, 2016 via email

@mojoaxel
Copy link
Author

mojoaxel commented Jan 7, 2016

There are multible for-of loops (e.g. in map.js:73).

Also you use some modern CSS3 features, what is cool, but also not well supported. (e.g. the css calc function map.html:14)

@mojoaxel
Copy link
Author

This an issue e.g. in Chromium 22 on Debian 7

ChristianDresel added a commit to ChristianDresel/fff-monitoring that referenced this issue Jul 20, 2017
asdil12 added a commit that referenced this issue Jul 20, 2017
@adschm adschm added the solved label Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants