- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Mon, 14 Jul 2025 01:20:14 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 14 July 2025 08:20:18 UTC
@saschanaz 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... */); You can try the change and see the linter complain, but basically explained here https://github.com/whatwg/webidl/issues/1490 -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/pull/1500#discussion_r2204178111 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/pull/1500/review/3015259935@github.com>
Received on Monday, 14 July 2025 08:20:18 UTC