[webauthn] Should attestationChallenge be snapshotted in makeCredential, or used before going async?

bzbarsky has just created a new issue for 
https://github.com/w3c/webauthn:

== Should attestationChallenge be snapshotted in makeCredential, or 
used before going async? ==
It's used after going async, so the page can start modifying it 
concurrently.  Presumably that's just a bug and it should be used 
before going async, but the other option is to make a copy of the 
bytes.

Please view or discuss this issue at 
https://github.com/w3c/webauthn/issues/272 using your GitHub account

Received on Friday, 4 November 2016 20:42:56 UTC