Merge pull request #510 from L15018105103/ie8-fix

Fix #509 add support for Internet Explorer 8
This commit is contained in:
Faisal Salman
2023-01-26 08:46:37 +07:00
committed by GitHub

View File

@@ -116,6 +116,7 @@
// try matching uastring with regexes
while (j < regex.length && !matches) {
if (!regex[j]) { break; }
matches = regex[j++].exec(ua);
if (!!matches) {