-
Notifications
You must be signed in to change notification settings - Fork 156
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
wrong oder of execution of async #683
Labels
Comments
It's not a bug BTW, 'cause they have fixed the spec. |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was reading this blog: https://v8.dev/blog/fast-async and here is the code they tested:
NJS seems to fall into wrong order of execution:
test.js
in the log I see:
The text was updated successfully, but these errors were encountered: