We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10c7d0 commit ab596a0Copy full SHA for ab596a0
index.src.html
@@ -5586,8 +5586,10 @@
5586
1. If |type| is not a [=valid image MIME type=], return a {{Promise}}
5587
rejected with {{TypeError}}.
5588
2. Let |p| be a new {{Promise}}.
5589
- 3. In parallel, resolve |p| with the result of running the
5590
- [=Check Type Support=] algorithm with |type|.
+ 3. Run the following steps [=in parallel=]:
+ 1. Let |isSupported| be the result of running the
5591
+ [=Check Type Support=] algorithm with |type|.
5592
+ 2. [=Queue a task=] to resolve |p| with |isSupported|.
5593
4. Return |p|.
5594
5595
### Algorithms ### {#imagedecoder-algorithms}
0 commit comments