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

frontend JS- browser compatibility #47

Open
mattlub opened this issue Nov 29, 2018 · 1 comment
Open

frontend JS- browser compatibility #47

mattlub opened this issue Nov 29, 2018 · 1 comment

Comments

@mattlub
Copy link

mattlub commented Nov 29, 2018

it seems you are avoiding certain JS features on the front-end, like const or arrow functions, but you use the fetch api which is less supported than these other features.

https://caniuse.com/#search=const
https://caniuse.com/#search=fetch

I would either convert all your code to ES6 or look into a polyfill for fetch.

Let me know if you have any questions.

@RazanTayyem
Copy link
Contributor

we will read it and ask you if we had any question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants