Skip to content

Commit

Permalink
Apply suggestion from code review
Browse files Browse the repository at this point in the history
Co-authored-by: =JeffH <jdhodges@google.com>
  • Loading branch information
agl and equalsJeffH committed Sep 14, 2020
1 parent 37b6220 commit dc1d8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5866,7 +5866,7 @@ Note: In order to interoperate, user agents storing large blobs on authenticator
1. If {{AuthenticationExtensionsLargeBlobInputs/support}} is present:
1. Return a {{DOMException}} whose name is “{{NotSupportedError}}”.
1. If {{AuthenticationExtensionsLargeBlobInputs/read}} is present and has the value `true`:
1. If the [[#sctn-getAssertion|assertion]] operation is successful, attempt to read any data associated with the asserted credential.
1. If the [=assertion=] operation is successful, attempt to read any data associated with the asserted credential.
1. If successful, set {{AuthenticationExtensionsLargeBlobOutputs/blob}} to the result.
1. If {{AuthenticationExtensionsLargeBlobInputs/write}} is present, {{PublicKeyCredentialRequestOptions/allowCredentials}} contains exactly one element, and {{AuthenticationExtensionsLargeBlobInputs/read}} is not present, or has the value `false`:
1. If the [[#sctn-getAssertion|assertion]] operation is successful, attempt to store the contents of {{AuthenticationExtensionsLargeBlobInputs/write}} on the [=authenticator=], associated with the indicated credential.
Expand Down

0 comments on commit dc1d8e7

Please sign in to comment.