Skip to content

Commit

Permalink
Add link & algo name
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Jan 30, 2025
1 parent d4b9490 commit 05b3cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issues/webauthn-3-missingtask.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Repo: 'https://github.com/w3c/webauthn'
---

While crawling [Web Authentication: An API for accessing Public Key Credentials - Level 3](https://w3c.github.io/webauthn/), the following algorithms fire an event, or resolve or reject a Promise, within a step that runs [in parallel](https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel) without first queuing a task:
* [ ] The algorithm that starts with "The Asynchronous RP ID validation algorithm lets signal methods validate RP IDs in parallel. The algorithm takes a DOMString rpId as input and returns a promise that rejects if the validation fails. The steps are:" resolves/rejects a promise directly in a step that runs in parallel
* [ ] The [Asynchronous RP ID validation algorithm](https://w3c.github.io/webauthn/#sctn-signal-methods-async-rp-id-validation) resolves/rejects a promise directly in a step that runs in parallel

See [Dealing with the event loop](https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-for-spec-authors) in the HTML specification for guidance on how to deal with algorithm sections that run *in parallel*.

Expand Down

0 comments on commit 05b3cc7

Please sign in to comment.