Skip to content

Commit ea25ac4

Browse files
author
Zhengbo Li
committed
Merge pull request microsoft#3777 from zhengbli/ms_issue1074
Fix FormData constructor
2 parents e336701 + 869de73 commit ea25ac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/lib/dom.generated.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3072,7 +3072,7 @@ interface FormData {
30723072

30733073
declare var FormData: {
30743074
prototype: FormData;
3075-
new(): FormData;
3075+
new (form?: HTMLFormElement): FormData;
30763076
}
30773077

30783078
interface GainNode extends AudioNode {

0 commit comments

Comments
 (0)