We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf671e9 commit 4015f6fCopy full SHA for 4015f6f
baselines/dom.generated.d.ts
@@ -15972,7 +15972,7 @@ interface URLSearchParams {
15972
15973
declare var URLSearchParams: {
15974
prototype: URLSearchParams;
15975
- new(init?: string[][] | Record<string, string> | string | URLSearchParams): URLSearchParams;
+ new(init?: string[][] | Record<string, string> | string | URLSearchParams | FormData): URLSearchParams;
15976
toString(): string;
15977
};
15978
0 commit comments