[whatwg/xhr] The open() method's "async" argument is now invalid per IDL (#251)

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