Skip to content

Commit 869de73

Browse files
committed
Fix FormData constructor
1 parent 42168e3 commit 869de73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)