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
https://www.w3.org/TR/credential-management-1/#algorithm-create-cred says it's called in parallel and returns an algorithm to create Credential objects so that the algorithm can be called from a task.
https://www.w3.org/TR/credential-management-1/#algorithm-create accepts a Credential result, not just an algorithm.
https://www.w3.org/TR/credential-management-1/#create-passwordcredential does not return an algorithm, and accesses lots of objects that shouldn't be accessed from in parallel.
See also #137 for the equivalent problem in [[DiscoverFromExternalSource]].
The text was updated successfully, but these errors were encountered:
nsatragno
No branches or pull requests
https://www.w3.org/TR/credential-management-1/#algorithm-create-cred says it's called in parallel and returns an algorithm to create Credential objects so that the algorithm can be called from a task.
https://www.w3.org/TR/credential-management-1/#algorithm-create accepts a Credential result, not just an algorithm.
https://www.w3.org/TR/credential-management-1/#create-passwordcredential does not return an algorithm, and accesses lots of objects that shouldn't be accessed from in parallel.
See also #137 for the equivalent problem in [[DiscoverFromExternalSource]].
The text was updated successfully, but these errors were encountered: