Skip to content

Commit

Permalink
del 'cancel the timer' from #creatCredential fixes #535
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffH authored and JeffH committed Aug 25, 2017
1 parent d6d6c19 commit a76de0b
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 @@ -621,7 +621,7 @@ When this method is invoked, the user agent MUST execute the following algorithm
|credTypesAndPubKeyAlgs|.

1. If |credTypesAndPubKeyAlgs| [=list/is empty=] and <code>|options|.{{MakePublicKeyCredentialOptions/pubKeyCredParams}}</code>
[=list/is not empty=], cancel the timer started in step 2, return a {{DOMException}} whose name is "{{NotSupportedError}}",
[=list/is not empty=], return a {{DOMException}} whose name is "{{NotSupportedError}}",
and terminate this algorithm.

1. Let |clientExtensions| be a new [=map=] and let |authenticatorExtensions| be a new [=map=].
Expand Down

0 comments on commit a76de0b

Please sign in to comment.