Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meteor3 asyncIterator does not exist on Asynchronous cursor #12959

Closed
ToyboxZach opened this issue Jan 12, 2024 · 0 comments
Closed

Meteor3 asyncIterator does not exist on Asynchronous cursor #12959

ToyboxZach opened this issue Jan 12, 2024 · 0 comments
Milestone

Comments

@ToyboxZach
Copy link
Contributor

The async cursor needs to define the asyncIterator

Probably something like this:

 [Symbol.asyncIterator]() {
    return this._cursor[Symbol.asyncIterator]();
  }

Discussed here:
https://forums.meteor.com/t/symbol-asynciterator-for-the-cursor-in-version-3-0-alpha-11/60549/7

@StorytellerCZ StorytellerCZ added this to the Release 3.0 milestone Jan 14, 2024
@StorytellerCZ StorytellerCZ linked a pull request Jan 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants