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, 5 insertions, 0 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js
index 1ac1153f8..afacd9b34 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -58,6 +58,7 @@ 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;
@@ -692,6 +693,8 @@ delete Intl.v8BreakIterator;
}
performance.setTimeOrigin(DateNow());
+ net.setup(runtimeOptions.unstableFlag);
+
const consoleFromV8 = window.console;
const wrapConsole = window.__bootstrap.console.wrapConsole;
@@ -789,6 +792,8 @@ delete Intl.v8BreakIterator;
}
performance.setTimeOrigin(DateNow());
+ net.setup(runtimeOptions.unstableFlag);
+
const consoleFromV8 = window.console;
const wrapConsole = window.__bootstrap.console.wrapConsole;