- From: Luca Casonato <notifications@github.com>
- Date: Tue, 30 Jul 2024 05:13:29 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 30 July 2024 12:13:33 UTC
@lucacasonato commented on this pull request. > @@ -6177,6 +6207,42 @@ sequence is used. Any [=list=] can be implicitly treated as a <code>sequence<|T|></code>, as long as it contains only [=list/items=] that are of type |T|. +<!-- Note: if we ever add synchronous iterable types, we should add a note here about why sequences and iterables are not the same. --> + +<h4 id="idl-async-iterable-type" lt="async iterable" dfn export>Async iterable types — async iterable<|T|></h4> + +The <dfn lt="async iterable type" export>async iterable<|T|></dfn> type is a parameterized +type whose values are references to objects that can produce an [=async iterator=]. That `dfn` is on the heading. I copied this from sequence. It has two dfn: - `sequence` in the heading - `sequence type` in the body -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/pull/1397#discussion_r1696858676 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/pull/1397/review/2207516404@github.com>
Received on Tuesday, 30 July 2024 12:13:33 UTC