Variable FormData

    FormData: {
        prototype: FormData;
        new (form?: HTMLFormElement, submitter?: HTMLElement): FormData;
    }