Re: [webauthn] CredentialCreationOptions can't have a nullable MakeCredentialOptions

Ok, so we can just delete the "?"s in both of..
```
partial dictionary CredentialCreationOptions {
    MakeCredentialOptions? publicKey;
};

partial dictionary CredentialRequestOptions {
    PublicKeyCredentialRequestOptions? publicKey;
};
```

..and we are good?

-- 
GitHub Notification of comment by equalsJeffH
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/490#issuecomment-306910736 using your GitHub account

Received on Wednesday, 7 June 2017 20:11:26 UTC