From 8e3f825c921b38141afa7a69a0664881c5c94461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 25 Oct 2022 20:32:51 +0200 Subject: Revert "refactor(ext/net): clean up variadic network ops (#16392)" (#16417) Should fix https://github.com/denoland/deno_std/issues/2807 --- runtime/js/99_main.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'runtime/js/99_main.js') 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; -- cgit v1.2.3