Merge pull request #3777 from zhengbli/ms_issue1074

Fix FormData constructor
This commit is contained in:
Zhengbo Li
2015-07-09 14:47:06 -07:00

View File

@@ -3072,7 +3072,7 @@ interface FormData {
declare var FormData: {
prototype: FormData;
new(): FormData;
new (form?: HTMLFormElement): FormData;
}
interface GainNode extends AudioNode {