[webauthn] Does "Then asynchronously continue executing the following steps" mean "in parallel"?

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

== Does "Then asynchronously continue executing the following steps" 
mean "in parallel"? ==
That is, are steps 3 and later of 
https://w3c.github.io/webauthn/#dom-webauthentication-makecredential 
done "in parallel" in the sense of 
https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel
 or is this a different kind of thing?

This matters, because "reject promise" as defined at 
https://www.w3.org/2001/tag/doc/promises-guide#shorthand-manipulating 
means different things when done in an "in parallel" section vs not, 
and I think you want the "in parallel" meaning here.

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

Received on Friday, 4 November 2016 17:55:48 UTC