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