diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-10-25 20:32:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 20:32:51 +0200 |
commit | 8e3f825c921b38141afa7a69a0664881c5c94461 (patch) | |
tree | 09ffac0d9118d7d5214e247dbf55db06398f1bf9 /runtime/js/99_main.js | |
parent | 1f6aeb430b71c16c2d9525edba63032d9ac7b372 (diff) |
Revert "refactor(ext/net): clean up variadic network ops (#16392)" (#16417)
Should fix https://github.com/denoland/deno_std/issues/2807
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r-- | runtime/js/99_main.js | 5 |
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; |