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

Missing Specifications data of FormData.entries() and FormData.keys() and FormData.values() #29378

Closed
skyclouds2001 opened this issue Sep 30, 2023 · 1 comment
Labels
closed: duplicate This issue or pull request already exists Content:WebAPI Web API docs

Comments

@skyclouds2001
Copy link
Contributor

skyclouds2001 commented Sep 30, 2023

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/FormData

What specific section or headline is this issue about?

No response

What information was incorrect, unhelpful, or incomplete?

For:
https://developer.mozilla.org/en-US/docs/Web/API/FormData/keys
https://developer.mozilla.org/en-US/docs/Web/API/FormData/values
https://developer.mozilla.org/en-US/docs/Web/API/FormData/entries
the specifications data is missing

What did you expect to see?

Having Specifications data of FormData.entries() and FormData.keys() and FormData.values()

Also I would like to fix this issue, but I'm not sure how to fix it

Do you have any supporting links, references, or citations?

https://xhr.spec.whatwg.org/#formdata

interface FormData {
  ...
  iterable<USVString, FormDataEntryValue>;
}

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@skyclouds2001 skyclouds2001 added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Sep 30, 2023
@github-actions github-actions bot added the Content:WebAPI Web API docs label Sep 30, 2023
@Josh-Cena
Copy link
Member

Let's track this in #6891

@Josh-Cena Josh-Cena closed this as not planned Won't fix, can't repro, duplicate, stale Sep 30, 2023
@Josh-Cena Josh-Cena added closed: duplicate This issue or pull request already exists and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed: duplicate This issue or pull request already exists Content:WebAPI Web API docs
Projects
None yet
Development

No branches or pull requests

2 participants