mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Merge pull request #3777 from zhengbli/ms_issue1074
Fix FormData constructor
This commit is contained in:
Vendored
+1
-1
@@ -3072,7 +3072,7 @@ interface FormData {
|
||||
|
||||
declare var FormData: {
|
||||
prototype: FormData;
|
||||
new(): FormData;
|
||||
new (form?: HTMLFormElement): FormData;
|
||||
}
|
||||
|
||||
interface GainNode extends AudioNode {
|
||||
|
||||
Reference in New Issue
Block a user