- From: Tab Atkins Jr. <notifications@github.com>
- Date: Fri, 09 Aug 2019 10:06:13 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 9 August 2019 17:06:35 UTC
Since the `async iterator<>` feature was added to WebIDL, `async` now tokenizes as a keyword, not an ident, and thus is invalid as an argument name. You need to prefix it with a _, like `_async`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/issues/251
Received on Friday, 9 August 2019 17:06:35 UTC