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

ES6 String Interpolation #80

Closed
mbilker opened this issue Jan 26, 2017 · 3 comments
Closed

ES6 String Interpolation #80

mbilker opened this issue Jan 26, 2017 · 3 comments

Comments

@mbilker
Copy link
Collaborator

mbilker commented Jan 26, 2017

For ES6 features, this project is using arrow functions, string interpolation, fetch requests, and promises. Promises and fetch requests were fixed by using polyfills, but what about browser support for the other features in use?

@brlodi
Copy link
Collaborator

brlodi commented Jan 26, 2017

The main browsers at fault seem to be IE11 and Android. For reference: http:https://kangax.github.io/compat-table/es6/

@vonbearshark
Copy link
Contributor

Good question. Our stance here is not to worry about this for now. For clarity and development speed, implement everything how you'd like. We'll cross that bridge later with either shims or maybe with a compilation step for production.

@mbilker
Copy link
Collaborator Author

mbilker commented Jan 27, 2017

Thank you very much!

@mbilker mbilker closed this as completed Jan 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants