Skip to content

Commit 7ed2ee4

Browse files
strudy-botdontcallmedom
authored andcommitted
Update report on Missing tasks in parallel steps in Web Cryptography API
1 parent 0c8e556 commit 7ed2ee4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

issues/webcrypto-2-missingtask.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
Title: Missing tasks in parallel steps in Web Cryptography API
3-
Tracked: Unconventional usage of "throw", see https://github.com/w3c/webcrypto/pull/386#discussion_r1884057887
2+
Title: Missing tasks in parallel steps in Web Cryptography API Level 2
3+
Tracked: >-
4+
Unconventional usage of "throw", see
5+
https://github.com/w3c/webcrypto/pull/386#discussion_r1884057887
46
Repo: 'https://github.com/w3c/webcrypto'
57
---
68

7-
While crawling [Web Cryptography API](https://w3c.github.io/webcrypto/), 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:
9+
While crawling [Web Cryptography API Level 2](https://w3c.github.io/webcrypto/), 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:
810
* [ ] The [SubtleCrypto/encrypt()](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-encrypt) algorithm resolves/rejects a promise directly in a step that runs in parallel
911
* [ ] The [SubtleCrypto/decrypt()](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-decrypt) algorithm resolves/rejects a promise directly in a step that runs in parallel
1012
* [ ] The [SubtleCrypto/sign()](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-sign) algorithm resolves/rejects a promise directly in a step that runs in parallel

0 commit comments

Comments
 (0)