diff --git a/source/core/options.ts b/source/core/options.ts index 478fdf4c1..8eedbe205 100644 --- a/source/core/options.ts +++ b/source/core/options.ts @@ -1403,7 +1403,6 @@ export default class Options { const urlString = `${this.prefixUrl as string}${value.toString()}`; const url = new URL(urlString); this._internals.url = url; - decodeURI(urlString); if (url.protocol === 'unix:') { url.href = `http://unix${url.pathname}${url.search}`;