Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Emil Lundberg <emil@emlun.se>
Co-authored-by: =JeffH <jdhodges@google.com>
  • Loading branch information
3 people committed Sep 14, 2020
1 parent 0c29080 commit f346209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Expand Up @@ -5855,11 +5855,11 @@ Note: In order to interoperate, user agents storing large blobs on authenticator
::
1. If {{AuthenticationExtensionsLargeBlobInputs/read}} or {{AuthenticationExtensionsLargeBlobInputs/write}} is present:
1. Return a {{DOMException}} whose name is “{{NotSupportedError}}”.
1. If {{AuthenticationExtensionsLargeBlobInputs/support}} is present and has the value required:
1. If {{AuthenticationExtensionsLargeBlobInputs/support}} is present and has the value {{LargeBlobSupport/required}}:
1. Set {{AuthenticationExtensionsLargeBlobOutputs/supported}} to [TRUE].
1. When creating the credential, prior to evaluating the [=authenticator attachment modality=], [=iteration/continue=] (i.e. ignore the authenticator) if the authenticator is not capable of storing large blobs.
1. Otherwise:
1. Set {{AuthenticationExtensionsLargeBlobOutputs/supported}} to [TRUE] if the authenticator that created the fresh credential supports large blobs and [FALSE] otherwise.
1. Set {{AuthenticationExtensionsLargeBlobOutputs/supported}} to [TRUE] if the [=create/selected authenticator=] supports large blobs and [FALSE] otherwise.

: Client extension processing ([=authentication extension|authentication=])
::
Expand Down

0 comments on commit f346209

Please sign in to comment.