Add FormData constructor

This commit is contained in:
Tom Schuster 2013-11-17 17:16:21 +01:00
parent 94df5d1cba
commit 73e67568c1
3 changed files with 17 additions and 7 deletions

View file

@ -7,7 +7,7 @@
* http://xhr.spec.whatwg.org
*/
/*[Constructor(optional HTMLFormElement form)]*/
[Constructor(optional HTMLFormElement form)]
interface FormData {
void append(DOMString name, Blob value, optional DOMString filename);
void append(DOMString name, DOMString value);