The device is an Android (2.3.5) using its stock browser (2.3.5).
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
</head>
<body>
<script src="async.js"></script>
<script>
alert(window.async);
</script>
</body>
</html>
async.js:1198
Uncaught SyntaxError: Unexpected token catch
I copied @yourfriendgerasim's code from #864 and I could not make it to the .each and got the same error as just above.
The device is an Android (2.3.5) using its stock browser (2.3.5).
I copied @yourfriendgerasim's code from #864 and I could not make it to the .each and got the same error as just above.