Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

es6-shim.js:29939 Uncaught RangeError: Maximum call stack size exceeded #17

@reutopiaer

Description

@reutopiaer

f1ef6a8
Can't use setTimeout setInterval any more???

<!doctype html>
<html>
<head>
  <title></title>
  <script src="/quickstart/dist/es6-shim.js"></script>
  <script>
  window.setTimeout(function() {
    console.log('timeout');
  }, 2000);
  </script>
</head>
<body>
</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions