Skip to content

Commit 4015f6f

Browse files
authored
fix: add FormData to URLSearchParams constructor
1 parent bf671e9 commit 4015f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: baselines/dom.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15972,7 +15972,7 @@ interface URLSearchParams {
1597215972

1597315973
declare var URLSearchParams: {
1597415974
prototype: URLSearchParams;
15975-
new(init?: string[][] | Record<string, string> | string | URLSearchParams): URLSearchParams;
15975+
new(init?: string[][] | Record<string, string> | string | URLSearchParams | FormData): URLSearchParams;
1597615976
toString(): string;
1597715977
};
1597815978

0 commit comments

Comments
 (0)