Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 92d7905

Browse files
mprobstrkirov
authored andcommitted
Adjust Clutz platform .d.ts to handle the new URLSearchParamsTupleType.
1 parent 79a3c38 commit 92d7905

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/com/google/javascript/clutz/general_with_platform.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@ declare namespace ಠ_ಠ.clutz {
314314
write ? : (a : any , b : WritableStreamDefaultController ) => PromiseLike < any > | undefined ;
315315
}
316316
}
317+
declare namespace ಠ_ಠ.clutz.window {
318+
type URLSearchParamsTupleType = string [] | null ;
319+
}
317320
declare namespace ಠ_ಠ.clutz {
318321
class AbortController {
319322
private noStructuralTyping_AbortController : any;

0 commit comments

Comments
 (0)