GeoSurge / teachosm

Test site for teachosm
Apache License 2.0
3 stars 3 forks source link

add rudimentary browser support check #90

Closed sdpeyton closed 5 years ago

sdpeyton commented 5 years ago

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)