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 41c6e63 commit fe3b0ccCopy full SHA for fe3b0cc
index.bs
@@ -4312,8 +4312,7 @@ An [=interface=] can be declared to be asynchronously iterable by using an
4312
(matching <emu-nt><a href="#prod-AsyncIterable">AsyncIterable</a></emu-nt>) in the body of the
4313
[=interface=].
4314
4315
-<!-- TODO: add highlight="webidl" after idlparser gets updated -->
4316
-<pre class="syntax">
+<pre highlight="webidl" class="syntax">
4317
interface interface_identifier {
4318
async iterable<value_type>;
4319
async iterable<value_type>(/* arguments... */);
0 commit comments