We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The setInterval callback is not invoked with provided args/thisArg
setInterval
This is addressed in one of the multiple commits in pending PR #1 but there are other things in the PR holding that one back from being merged.
The text was updated successfully, but these errors were encountered:
fix: ensure setInterval honors args and thisArg
c44286c
Fixes #6 Also strengthened the unit tests for setTimeout and setTimeoutAt to also ensure the same behavior
No branches or pull requests
The
setInterval
callback is not invoked with provided args/thisArgThis is addressed in one of the multiple commits in pending PR #1 but there are other things in the PR holding that one back from being merged.
The text was updated successfully, but these errors were encountered: