File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -1463,7 +1463,7 @@ interface RequestInit {
1463
1463
/** An AbortSignal to set request's signal. */
1464
1464
signal?: AbortSignal | null;
1465
1465
/** Can only be null. Used to disassociate request from any Window. */
1466
- window?: any ;
1466
+ window?: null ;
1467
1467
}
1468
1468
1469
1469
interface ResizeObserverOptions {
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ interface RequestInit {
477
477
/** An AbortSignal to set request's signal. */
478
478
signal ?: AbortSignal | null ;
479
479
/** Can only be null. Used to disassociate request from any Window. */
480
- window ?: any ;
480
+ window ?: null ;
481
481
}
482
482
483
483
interface ResponseInit {
Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ interface RequestInit {
443
443
/** An AbortSignal to set request's signal. */
444
444
signal ?: AbortSignal | null ;
445
445
/** Can only be null. Used to disassociate request from any Window. */
446
- window ?: any ;
446
+ window ?: null ;
447
447
}
448
448
449
449
interface ResponseInit {
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ interface RequestInit {
477
477
/** An AbortSignal to set request's signal. */
478
478
signal ?: AbortSignal | null ;
479
479
/** Can only be null. Used to disassociate request from any Window. */
480
- window ?: any ;
480
+ window ?: null ;
481
481
}
482
482
483
483
interface ResponseInit {
Original file line number Diff line number Diff line change 2986
2986
}
2987
2987
}
2988
2988
},
2989
+ "RequestInit" : {
2990
+ "members" : {
2991
+ "member" : {
2992
+ "window" : {
2993
+ "overrideType" : " null"
2994
+ }
2995
+ }
2996
+ }
2997
+ },
2989
2998
"UnderlyingSource" : {
2990
2999
"typeParameters" : [
2991
3000
{
You can’t perform that action at this time.
0 commit comments