Really basic browser support check - shows an alert if we know for sure the user's browser doesn't support es6.
The problem is that we have a bunch of es6 features and would need to introduce webpack otherwise to handle all cases. Easiest solution is to just prompt users to upgrade their browser (since the vast majority of users will already have a browser with es6 support)
Really basic browser support check - shows an alert if we know for sure the user's browser doesn't support es6.
The problem is that we have a bunch of es6 features and would need to introduce webpack otherwise to handle all cases. Easiest solution is to just prompt users to upgrade their browser (since the vast majority of users will already have a browser with es6 support)