- From: Jeffrey Yasskin via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Jun 2017 17:01:46 +0000
- To: public-webauthn@w3.org
@battre: `navigator.credentials.create({password: {...}})` creates a dictionary with a [not present](https://heycam.github.io/webidl/#dfn-present) `publicKey` member, not a `null` one. You only need these fields to be nullable in the dictionary if you want to enable and give a meaning to `navigator.credentials.create({publicKey: null})`, which I don't think you do. -- GitHub Notification of comment by jyasskin Please view or discuss this issue at https://github.com/w3c/webauthn/issues/490#issuecomment-307165297 using your GitHub account
Received on Thursday, 8 June 2017 17:01:54 UTC