- From: Darien Maillet Valentine <notifications@github.com>
- Date: Wed, 29 May 2019 02:14:07 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 29 May 2019 09:14:30 UTC
The signature changed from (obj, method) to (obj, hint, method) when @@asyncIterator was introduced. Because the method is already known to be defined at this point, I don’t believe the hint argument will actually be used, but the argument still seems to be needed to put the method arg in the right position. I was unsure what formatting "sync" should get here. It’s a constant symbolic value rather than a variable or a string. I didn’t see any pre-existing examples in the IDL spec, so it may need additional markup. You can view, comment on, or merge this pull request online at: https://github.com/heycam/webidl/pull/731 -- Commit Summary -- * the GetIterator operation in ECMA262 now takes three arguments -- File Changes -- M index.bs (2) -- Patch Links -- https://github.com/heycam/webidl/pull/731.patch https://github.com/heycam/webidl/pull/731.diff -- 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/731
Received on Wednesday, 29 May 2019 09:14:30 UTC