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
25 stars 8 forks source link

Old browser support #251

Open JL102 opened 1 month ago

JL102 commented 1 month 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)