- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 13 Jul 2025 23:11:27 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 14 July 2025 06:11:31 UTC
@annevk 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... */); Can you explain why the same name here results in a problem for the grammar? Don't we have other concepts that share the name in this way? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/pull/1500#discussion_r2203925519 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/pull/1500/review/3014883882@github.com>
Received on Monday, 14 July 2025 06:11:31 UTC