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

Spec: wait until operation is complete to terminate the global scope #88

Closed
alexmturner opened this issue Jun 7, 2023 · 0 comments · Fixed by #85
Closed

Spec: wait until operation is complete to terminate the global scope #88

alexmturner opened this issue Jun 7, 2023 · 0 comments · Fixed by #85

Comments

@alexmturner
Copy link
Collaborator

Currently, the run() and selectURL() steps in the spec uses the return promise resolving as the signal to maybe terminate the global scope. But, the promise is immediately resolved (to avoid leaks). So, we need a new signal to trigger this case.

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

Successfully merging a pull request may close this issue.

1 participant