summaryrefslogtreecommitdiff
path: root/cli/js/globals.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/globals.ts')
-rw-r--r--cli/js/globals.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/globals.ts b/cli/js/globals.ts
index 5a5f54ee1..df9724e63 100644
--- a/cli/js/globals.ts
+++ b/cli/js/globals.ts
@@ -215,7 +215,7 @@ export const windowOrWorkerGlobalScopeProperties = {
EventTarget: nonEnumerable(eventTarget.EventTargetImpl),
URL: nonEnumerable(url.URLImpl),
URLSearchParams: nonEnumerable(urlSearchParams.URLSearchParamsImpl),
- Headers: nonEnumerable(headers.Headers),
+ Headers: nonEnumerable(headers.HeadersImpl),
FormData: nonEnumerable(formData.FormData),
TextEncoder: nonEnumerable(textEncoding.TextEncoder),
TextDecoder: nonEnumerable(textEncoding.TextDecoder),