Skip to content

DOMFormData missing constructor #1687

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

Closed
DartBot opened this issue Feb 14, 2012 · 12 comments
Closed

DOMFormData missing constructor #1687

DartBot opened this issue Feb 14, 2012 · 12 comments
Assignees
Labels
web-libraries Issues impacting dart:html, etc., libraries
Milestone

Comments

@DartBot
Copy link

DartBot commented Feb 14, 2012

This issue was originally filed by [email protected]


DOMFormData in dart:html is missing a constructor

@anders-sandholm
Copy link
Contributor

Added Area-UI, Triaged labels.

@vsmenon
Copy link
Member

vsmenon commented Apr 13, 2012

Removed Area-UI label.
Added Area-DOM label.

@vsmenon
Copy link
Member

vsmenon commented Jul 11, 2012

Set owner to @rakudrama.
Added this to the M1 milestone.

@iposva-google
Copy link
Contributor

Removed Area-DOM label.
Added Area-HTML label.

@vsmenon
Copy link
Member

vsmenon commented Aug 17, 2012

Removed the owner.

@efortuna
Copy link
Contributor

Set owner to @efortuna.
Added Started label.

@sethladd
Copy link
Contributor

It would be way cool if FormData extended Map. :)

And then it would be even way cooler if httpRequest.send took a map. :)

@sethladd
Copy link
Contributor

Also, it would be even better and cooler if we changed DOMFormData to FormData.

@sethladd
Copy link
Contributor

See also issue #3150

@efortuna
Copy link
Contributor

I've already made the change for DOMFormData => FormData; I'm just waiting for the go-ahead from my reviewer to commit.

How do you figure on FormData extending Map?

@sethladd
Copy link
Contributor

I looked into it, and FormData can support multiple values per name. So a Map won't work, unless we make a multi-map. :)

https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest/FormData

@efortuna
Copy link
Contributor

Committed in revision 11459

@seth: file a separate bug for that and we'll look into it!


Added Fixed label.

@DartBot DartBot added Type-Defect web-libraries Issues impacting dart:html, etc., libraries labels Aug 28, 2012
@DartBot DartBot added this to the M1 milestone Aug 28, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

6 participants