-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Comments
Set owner to @rakudrama. |
Removed the owner. |
It would be way cool if FormData extended Map. :) And then it would be even way cooler if httpRequest.send took a map. :) |
Also, it would be even better and cooler if we changed DOMFormData to FormData. |
See also issue #3150 |
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? |
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 |
This issue was originally filed by [email protected]
DOMFormData in dart:html is missing a constructor
The text was updated successfully, but these errors were encountered: