summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-01-20 16:32:55 +0100
committerGitHub <noreply@github.com>2023-01-20 16:32:55 +0100
commitda23f7f8763cab90fbbf37d9c7cddf3758d7d364 (patch)
treeca96f1228b1d0986124cf54d949baf19418e3937 /runtime/js/99_main.js
parentc230a955518eef34af04fffad92ec915f29a58bd (diff)
feat: Stabilize Deno.Listener.ref/unref (#17477)
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r--runtime/js/99_main.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js
index 4fd6644db..ea519cb35 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -52,7 +52,6 @@ delete Intl.v8BreakIterator;
const quoteString = window.__bootstrap.console.quoteString;
const internals = window.__bootstrap.internals;
const performance = window.__bootstrap.performance;
- const net = window.__bootstrap.net;
const url = window.__bootstrap.url;
const fetch = window.__bootstrap.fetch;
const messagePort = window.__bootstrap.messagePort;
@@ -397,7 +396,6 @@ delete Intl.v8BreakIterator;
core.initializeAsyncOps();
performance.setTimeOrigin(DateNow());
- net.setup(runtimeOptions.unstableFlag);
const consoleFromV8 = window.Deno.core.console;
const wrapConsole = window.__bootstrap.console.wrapConsole;
@@ -542,7 +540,6 @@ delete Intl.v8BreakIterator;
core.initializeAsyncOps();
performance.setTimeOrigin(DateNow());
- net.setup(runtimeOptions.unstableFlag);
const consoleFromV8 = window.Deno.core.console;
const wrapConsole = window.__bootstrap.console.wrapConsole;