diff options
Diffstat (limited to 'ext/fetch/20_headers.js')
-rw-r--r-- | ext/fetch/20_headers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/20_headers.js b/ext/fetch/20_headers.js index d03751d08..4b95595ec 100644 --- a/ext/fetch/20_headers.js +++ b/ext/fetch/20_headers.js @@ -19,7 +19,7 @@ import { HTTP_TOKEN_CODE_POINT_RE, httpTrim, } from "ext:deno_web/00_infra.js"; -const primordials = globalThis.__bootstrap.primordials; +import { primordials } from "ext:core/mod.js"; const { ArrayIsArray, ArrayPrototypePush, |