Closed robertknight closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.43%. Comparing base (
1b5c407
) to head (bf80afa
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The client's boot script supports older browsers than the rest of the client so it can log a warning if it can't start in "somewhat" older browsers.
Update the boot script's supported officially browsers from ~2013 (IE 11) to ~2017 (Safari 11), although the code will probably still run in older browsers. This allows dropping an async/await Babel plugin, although async is not actually used in the current boot script.