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 5fd9c53 commit fbcb134Copy full SHA for fbcb134
index.html
@@ -3889,7 +3889,7 @@ <h2>The <dfn>ThingDiscoveryProcess</dfn> interface</h2>
3889
readonly attribute boolean done;
3890
readonly attribute Error? error;
3891
undefined stop();
3892
- async iterable<ThingDescription>;
+ async_iterable<ThingDescription>;
3893
};
3894
</pre>
3895
<p>
0 commit comments