You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.
Let runningContext be the running execution context.
so it can use it later in
Assert: When we return here, asyncContext has already been removed from the execution context stack and runningContext is the currently running execution context.
But ExecuteModule does
Suspend the currently running execution context.
before calling AsyncBlockStart. Does AsyncBlockStart end up with the right value?
The text was updated successfully, but these errors were encountered:
Reopening this as after further discussion with @codehag we determined that the current specification is self-consistent but doesn't seem to imply that microtasks should be run before asynchronous module evaluations. So this may be a spec oversight that needs more eyes on it.
AsyncBlockStart does
so it can use it later in
But ExecuteModule does
before calling AsyncBlockStart. Does AsyncBlockStart end up with the right value?
The text was updated successfully, but these errors were encountered: