Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async iterator type #1

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix link id
MattiasBuelens committed Jul 25, 2024
commit 947fb78b38a95acf55b37ab568f4ccf60381bc78
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
@@ -8210,7 +8210,7 @@ object, a JavaScript method, and a flag indicating whether the method is expecte
1. Return the JavaScript object that represents the same async iterable as the IDL value.
</div>

<h5 id="idl-async-iterator">Async iterators</h5>
<h5 id="js-async-iterator">Async iterators</h5>

IDL <a lt="async iterator">async iterator</a> values are represented by JavaScript [=Iterator=]
records.