Re: [webauthn] Creation of ScopedCredentialInfo in makeCredential should probably be more explicit

For the "which global" question, see 
https://html.spec.whatwg.org/multipage/webappapis.html#realms-settings-objects-global-objects
 for the different kinds of globals that exist at a point when an API 
is called.  Note that you will presumably need to capture which global
 to use at call time, then pass it along to your queued task.

For the "which task queue" question, I guess the real question is 
"which task source?"  See 
https://html.spec.whatwg.org/multipage/webappapis.html#task-source

In general, a spec can just make up a task source, or use one another 
spec defines, if it wants specific ordering guarantees with tasks from
 that other spec.

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

Received on Thursday, 2 March 2017 01:14:04 UTC