aboutsummaryrefslogtreecommitdiff
path: root/src/js/node/http.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/node/http.ts')
-rw-r--r--src/js/node/http.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/node/http.ts b/src/js/node/http.ts
index fe075c832..2eb5231d5 100644
--- a/src/js/node/http.ts
+++ b/src/js/node/http.ts
@@ -57,7 +57,7 @@ function isIPv6(input) {
// Importing from node:url is unnecessary
const { URL } = globalThis;
-const { newArrayWithSize, String, Object, Array } = globalThis[Symbol.for("Bun.lazy")]("primordials");
+const { newArrayWithSize, String, Object, Array } = $lazy("primordials");
const globalReportError = globalThis.reportError;
const setTimeout = globalThis.setTimeout;