2

!rant
Just looked at ES6 compatibility table and every major browser's latest version supports it above 98%. Except Safari. But Safari 10 Beta is out for developers to test, so as soon as they release Safari 10, I will drop support for non-es6 compatible browsers in my own project. No more transpiling to ES5!

Comments
  • 0
    That'd be awesome!
  • 0
    Why would you do that? Is that one minute in plus for your CI worth losing users?
  • 0
    @deeper182 I already base my app on a feature, which requires a fairly new browser:web audio api and web midi api.
    Also, if we keep supporting older browsers, then nothing will force users to upgrade. Just remember the IE6 era.
Add Comment