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 63a13ca commit f78a9d7Copy full SHA for f78a9d7
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(): never;
+ reload(): void;
14479
/**
14480
* Removes the current page from the session history and navigates to the given URL.
14481
inputfiles/overridingTypes.jsonc
@@ -581,17 +581,6 @@
581
}
582
583
},
584
- "Location": {
585
- "methods": {
586
- "method": {
587
- "reload": {
588
- "overrideSignatures": [
589
- "reload(): never"
590
- ]
591
- }
592
593
594
- },
595
"Window": {
596
"properties": {
597
"property": {
0 commit comments