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

Disallow multiple get() calls at the same time #340

Closed
npm1 opened this issue Aug 26, 2022 · 1 comment
Closed

Disallow multiple get() calls at the same time #340

npm1 opened this issue Aug 26, 2022 · 1 comment
Labels
compatibility risk Issues that may lead to backwards compatibility problems editorial

Comments

@npm1
Copy link
Collaborator

npm1 commented Aug 26, 2022

The implementation currently will fail your get() call if there is another pending call. This is easier to handle in Credentials Management because the algorithms here are ran in parallel, so we cannot keep track of per-document state. Should be fixed with w3c/webappsec-credential-management#206

@samuelgoto samuelgoto added the compatibility risk Issues that may lead to backwards compatibility problems label Oct 3, 2022
@cbiesinger
Copy link
Collaborator

I believe this was fixed by w3c/webappsec-credential-management#207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility risk Issues that may lead to backwards compatibility problems editorial
Projects
None yet
Development

No branches or pull requests

3 participants