FIRSTTeam102 / scoutradioz

Scoutradioz, a multi-team FRC scouting app developed by The Gearheads. Designed for and running on Amazon Web Services.
https://scoutradioz.com
Other
24 stars 10 forks source link

Old browser support #251

Open JL102 opened 6 months ago

JL102 commented 6 months ago

Theoretically this will allow Scoutradioz to function on iOS 10 (currently not fully tested). The change in layout.pug detects when let and const are unsupported and shows an error message, which effectively means iOS 9 and below are explicitly not supported. (Let and const are used all over SR's code, so we realistically cannot support iOS 9 which does not support let and const)