-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
URLSearchParams.prototype[@@iterator]()
is missing
#28640
Comments
Web APIs do not document well-known symbols because they are implementation details. The landing page already explicitly documents that it's iterable, so I think this is all good and follows our guidelines. We may make all of this more structured in the future; see openwebdocs/project#159 |
Kind of miss leading that there is no |
Web APIs in general tend to be more high-level and focus on the majority of use cases. For example, we may assume that an average developer neither knows what |
Good to know, I'll try to read the text instead of search for |
@Josh-Cena A off topic question. Unlike |
That's a good question! My feeling is that we don't usually worry about cleanup logic to start with, so maybe not. At most we would have an example saying "you should probably use |
Thank you! |
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/URLSearchParams
What specific section or headline is this issue about?
No response
What information was incorrect, unhelpful, or incomplete?
Should add a page for it like
Map.prototype[@@iterator]()
What did you expect to see?
Documentation for
URLSearchParams.prototype[@@iterator]()
.Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: