Skip to content

Commit

Permalink
make CredFooOptions dict members non-nullable, fixes #490
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffH authored and JeffH committed Jun 7, 2017
1 parent 894c560 commit 83c45bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Expand Up @@ -482,7 +482,7 @@ the {{CredentialCreationOptions}} dictionary as follows:

<pre class="idl">
partial dictionary CredentialCreationOptions {
MakeCredentialOptions? publicKey;
MakeCredentialOptions publicKey;
};
</pre>

Expand All @@ -493,7 +493,7 @@ To support obtaining assertions via {{CredentialsContainer/get()|navigator.crede

<pre class="idl">
partial dictionary CredentialRequestOptions {
PublicKeyCredentialRequestOptions? publicKey;
PublicKeyCredentialRequestOptions publicKey;
};
</pre>

Expand Down

0 comments on commit 83c45bc

Please sign in to comment.