Skip to content

FormData definition is degraded #1074

Description

@falsandtru

FormData definition is updated at #337.

declare var FormData: {
    prototype: FormData;
    new (form?: HTMLFormElement): FormData;
}

But it degraded at a62e7d2.

declare var FormData: {
    prototype: FormData;
    new(): FormData;
}

Please recovery.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions