- From: Luca Casonato <notifications@github.com>
- Date: Fri, 19 Jun 2026 11:40:38 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 19 June 2026 18:40:42 UTC
lucacasonato created an issue (whatwg/webidl#1611) When I introduced this type, I intentionally called it `async_iterable` instead of `async_sequence`. A sequence has a fixed length and is collected at once during parameter conversion. An async iterable does not have a fixed length, and is iterated and validated as needed (on pull) rather than collected into a fixed sequence. Hence, this type should be called async iterable rather than async sequence. cc @tabatkins @annevk -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/issues/1611 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/issues/1611@github.com>
Received on Friday, 19 June 2026 18:40:42 UTC