Comments
-
Error is in browserCheck-6.2.5-1268400883(eng).js switch (this.os) { case 'Mac OS X': this.osVersion = /Mac OS X (10[\.\_\d]+)/.exec(this.agent)[1]; break; The UserAgent for my version of Chrome is below. Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
-
Same for me. MacMini running MacOS 11.1, Chrome Version 87.0.4280.141. Works OK with Safari. My pet peeve is why the default case is to fail. For that matter, why bother checking the browser version? Yes, I understand that the user experience might be poor with an old browser but let that be my decision. What if I happen…