Skip to content

'Undefined' async window variable. #870

@TheSpiciestDev

Description

@TheSpiciestDev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions