http://www.w3.org/Bugs/Public/show_bug.cgi?id=13681
Summary: Make FormData.append return the FormData object
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: XHR 2.0
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected]
If we change the FormData.append function to return the FormData object on
which the function was called, it would allow syntax like
myformdata.append("foo", file).append("bar", "text").append("baz", blob);
as well as
xhr.send((new FormData).append("afile", myfile));
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.