whatwg / xhr

XMLHttpRequest Standard
https://xhr.spec.whatwg.org/
Other
314 stars 131 forks source link

FormData constructor should throw if "constructing the entry list" re… #231

Closed tkent-google closed 5 years ago

tkent-google commented 5 years ago

…turns null.

This fixes a part of https://github.com/w3c/webcomponents/issues/187

HTML specification PR: https://github.com/whatwg/html/pull/4239 Test: https://github.com/web-platform-tests/wpt/pull/14637


Preview | Diff

annevk commented 5 years ago

This needs some minor formatting changes, but I'm willing to make those before landing. We had sufficient implementation interest for this as well, right?

cc @smaug----

smaug---- commented 5 years ago

@bakulf has dealt with FormData.

bakulf commented 5 years ago

Yes, I filed bug 1519329.