- From: Tab Atkins Jr. <notifications@github.com>
- Date: Mon, 14 Jul 2025 15:36:50 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 14 July 2025 22:36:54 UTC
@tabatkins commented on this pull request. > + async_iterable<value_type>; + async_iterable<value_type>(/* arguments... */); + async_iterable<key_type, value_type>; + async_iterable<key_type, value_type>(/* arguments... */); I opened #1504 to talk about this. I think it's *incredibly* confusing to have these two identical concepts spelled differently solely due to a grammar technicality that happens to only apply to one of them. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/pull/1500#discussion_r2205937717 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/pull/1500/review/3017999644@github.com>
Received on Monday, 14 July 2025 22:36:54 UTC