Skip to content

Commit 3421fed

Browse files
committed
fix: type error in polyfill
1 parent 1865902 commit 3421fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polyfills/url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ namespace __UrlPolyfillImplementation {
16651665
return output;
16661666
}
16671667

1668-
function serializeURLOrigin(url: UrlObject) {
1668+
function serializeURLOrigin(url: UrlObject): string {
16691669
// https://url.spec.whatwg.org/#concept-url-origin
16701670
switch (url.scheme) {
16711671
case "blob":

0 commit comments

Comments
 (0)