-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
javascript.builtins.Iterator - available since deno 1.37.0 #26298
Comments
I tried to verifying your findings locally with
This seems plausible, because iterator-helpers moved out of the |
Confirmed all deno >= 1.37.0 from asdf except 1.38.0 has Iterator. |
Thanks for confirming, @ikeyan. Would you like to open a PR? 🙏 |
@caugner Here it is |
Additional evidence deno [1.38.1, 1.38.5] has Iterator
but deno 1.38.0 don't have Iterator
|
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
Deno support for
Iterator
class and all of its methodsWhat browsers does this problem apply to, if applicable?
Deno
What did you expect to see?
The support for both of them was added in deno 1.37.0
Did you test this? If so, how?
iterator-tests.js
:Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
I read the release note but I could not find anything.
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator
MDN metadata
MDN page report details
javascript.builtins.Iterator
The text was updated successfully, but these errors were encountered: