We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bcd55f commit b24e2d7Copy full SHA for b24e2d7
baselines/dom.generated.d.ts
@@ -14475,7 +14475,7 @@ interface Location {
14475
*
14476
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Location/reload)
14477
*/
14478
- reload(): void;
+ reload(): never;
14479
/**
14480
* Removes the current page from the session history and navigates to the given URL.
14481
inputfiles/overridingTypes.jsonc
@@ -584,6 +584,17 @@
584
}
585
586
},
587
+ "Location": {
588
+ "methods": {
589
+ "method": {
590
+ "reload": {
591
+ "overrideSignatures": [
592
+ "reload(): never"
593
+ ]
594
+ }
595
596
597
+ },
598
"Window": {
599
"properties": {
600
"property": {
0 commit comments