I’m looking for some suggestions about how to skip starting Aurelia if using an older browser.
For example, if the user tries to open my application on a browser with no support for the Fetch API - such as Internet Explorer - then I want to show a message saying: “This browser is too old. Get a new one.”
So I don’t want to incur the hit of loading Aurelia, et al for this.