My web app requires IE9 - what are the equivalent browser versions for Firefox, Chrome, Opera, and others?
I am able to detect the user's current browser and version, and if it is not compatible, I am considering providing links for them to download a more recent browser.
The client code is written in AngularJS.
Additional information: Many of my users are still using IE8. Some users have expressed a desire for the website to display a message stating that their browser is not supported and may not fully function with all features. They also would like to receive a notification suggesting equivalent browser versions that would work for them.