Re: [webauthn] I don't understand how to create a ClientData in makeCredential

To echo bzbarsky, as `AlgorithmIdentifier` is typedef'd to `(object or
 DOMString)`, it's not default serializable. 

>From the UA's perspective, it appears that I can get away with just 
declaring all instances of `AlgorithmIdentifier` in the webidl to be 
`DOMString`, as `hashAlg` is always chosen by the UA.

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

Received on Wednesday, 16 November 2016 23:23:10 UTC