summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r--runtime/js/99_main.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js
index afacd9b34..1ac1153f8 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -58,7 +58,6 @@ delete Intl.v8BreakIterator;
const worker = window.__bootstrap.worker;
const internals = window.__bootstrap.internals;
const performance = window.__bootstrap.performance;
- const net = window.__bootstrap.net;
const crypto = window.__bootstrap.crypto;
const url = window.__bootstrap.url;
const urlPattern = window.__bootstrap.urlPattern;
@@ -693,8 +692,6 @@ delete Intl.v8BreakIterator;
}
performance.setTimeOrigin(DateNow());
- net.setup(runtimeOptions.unstableFlag);
-
const consoleFromV8 = window.console;
const wrapConsole = window.__bootstrap.console.wrapConsole;
@@ -792,8 +789,6 @@ delete Intl.v8BreakIterator;
}
performance.setTimeOrigin(DateNow());
- net.setup(runtimeOptions.unstableFlag);
-
const consoleFromV8 = window.console;
const wrapConsole = window.__bootstrap.console.wrapConsole;