diff options
Diffstat (limited to 'cli/js/globals.ts')
-rw-r--r-- | cli/js/globals.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/js/globals.ts b/cli/js/globals.ts index 059a70ee7..7e708d018 100644 --- a/cli/js/globals.ts +++ b/cli/js/globals.ts @@ -213,8 +213,8 @@ export const windowOrWorkerGlobalScopeProperties = { DOMException: nonEnumerable(domException.DOMExceptionImpl), Event: nonEnumerable(event.EventImpl), EventTarget: nonEnumerable(eventTarget.EventTargetImpl), - URL: nonEnumerable(url.URL), - URLSearchParams: nonEnumerable(urlSearchParams.URLSearchParams), + URL: nonEnumerable(url.URLImpl), + URLSearchParams: nonEnumerable(urlSearchParams.URLSearchParamsImpl), Headers: nonEnumerable(headers.Headers), FormData: nonEnumerable(formData.FormData), TextEncoder: nonEnumerable(textEncoding.TextEncoder), |