Re: [heycam/webidl] Add async value iterators and async iterator arguments (#808)

@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