datarize / lewo

MIT License
0 stars 0 forks source link

ES 5 Support #5

Open datarize opened 7 years ago

datarize commented 7 years ago

Should we implement support for non ES6 Browsers?

We could also just check for incompatibilities and notify the user to get a newer Browser.

ghost commented 7 years ago

If they can, people will continue using older systems and not upgrade them at all. So support for older systems may be a plus.

Though I'm not sure how much of a difference ES6 would make compared to ES5. I think we would still be able to implement the whole functionality, even in pure ES5.