- From: ExE Boss <notifications@github.com>
- Date: Wed, 01 Apr 2020 00:32:36 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 1 April 2020 07:32:48 UTC
@ExE-Boss commented on this pull request. > + async iterable<value_type>; + async iterable<value_type>(/* arguments... */); async iterable<key_type, value_type>; This should probably also be listed, given that it's valid: ```webidl async iterable<key_type, value_type>(/* arguments... */); ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/808#pullrequestreview-385326569
Received on Wednesday, 1 April 2020 07:32:48 UTC