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 a123fc24f..9934ddcd3 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -57,6 +57,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;
@@ -682,6 +683,8 @@ delete Intl.v8BreakIterator;
}
performance.setTimeOrigin(DateNow());
+ net.setup(runtimeOptions.unstableFlag);
+
const consoleFromV8 = window.console;
const wrapConsole = window.__bootstrap.console.wrapConsole;
@@ -779,6 +782,8 @@ delete Intl.v8BreakIterator;
}
performance.setTimeOrigin(DateNow());
+ net.setup(runtimeOptions.unstableFlag);
+
const consoleFromV8 = window.console;
const wrapConsole = window.__bootstrap.console.wrapConsole;