File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13916,7 +13916,7 @@ declare var URLSearchParams: {
13916
13916
/**
13917
13917
* Constructor returning a URLSearchParams object.
13918
13918
*/
13919
- new (init?: string | URLSearchParams): URLSearchParams;
13919
+ new (init?: string | { [key: string]: string } | [string, string][] | URLSearchParams): URLSearchParams;
13920
13920
}
13921
13921
13922
13922
interface NodeListOf<TNode extends Node> extends NodeList {
@@ -15053,4 +15053,4 @@ type ServiceWorkerState = "installing" | "installed" | "activating" | "activated
15053
15053
type Transport = "usb" | "nfc" | "ble";
15054
15054
type VideoFacingModeEnum = "user" | "environment" | "left" | "right";
15055
15055
type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded";
15056
- type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
15056
+ type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
You can’t perform that action at this time.
0 commit comments