- From: Boris Zbarsky via GitHub <sysbot+gh@w3.org>
- Date: Thu, 02 Mar 2017 01:13:56 +0000
- To: public-webauthn@w3.org
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