Re: [webauthn] "JSON serialization" in makeCredential probably needs to be defined more clearly

Webcrypto addresses this by explicitly taking an IDL dictionary, 
converting it to an ES object using 
<https://heycam.github.io/webidl/#dictionary-to-es>, then invoking the
 ES spec's `JSON.stringify` on it.  Search for "JSON.stringify" in 
that spec.

However note that this is one place where the way the TR version does 
it is wrong and the way the editor's version does it is better; if 
you're going to copy verbiage here please copy it from their editor's 
draft.

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

Received on Monday, 7 November 2016 02:51:42 UTC