- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Sat, 12 Jul 2025 04:19:59 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 12 July 2025 11:20:06 UTC
@saschanaz commented on this pull request. Thanks! > + async_iterable<value_type>; + async_iterable<value_type>(/* arguments... */); + async_iterable<key_type, value_type>; + async_iterable<key_type, value_type>(/* arguments... */); This is not IDL type but the async iterable declaration, which should not change. Multiple people are being confused by this, maybe we should pick some different-enough name for `async_iterable`? > @@ -4211,7 +4211,7 @@ or [=regular operations=] with these names. interface SessionManager { Session getSessionForUser(DOMString username); - async iterable<DOMString, Session>; + async_iterable<DOMString, Session>; Same. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/pull/1500#pullrequestreview-3012962298 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/pull/1500/review/3012962298@github.com>
Received on Saturday, 12 July 2025 11:20:06 UTC