Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working setInterval()? #144

Closed
lavara123 opened this issue Nov 20, 2022 · 1 comment
Closed

Not working setInterval()? #144

lavara123 opened this issue Nov 20, 2022 · 1 comment

Comments

@lavara123
Copy link

setInterval

TooTallNate pushed a commit to TooTallNate/quickjs that referenced this issue Dec 18, 2023
Spec compliance bug: "await" is illegal inside initializer blocks
_except_ when used as an identifier in a function expression, like so:

    class C {
        static {
            var f = function await() {}
        }
    }

It is somewhat complicated to make the parser understand the distinction
and such code is probably rare or non-existent so I decided to leave
well enough alone for now.
@bellard
Copy link
Owner

bellard commented Dec 27, 2023

setInternal() is not implemented. Use setTimeout() instead.

@bellard bellard closed this as completed Dec 27, 2023
GerHobbelt pushed a commit to GerHobbelt/quickjs that referenced this issue Jun 21, 2024
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.10 to 5.0.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants