From af62e0833dbb23ac0af674b57e5938be97ad57c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 25 Oct 2022 22:50:55 +0200 Subject: =?UTF-8?q?Revert=20"Revert=20"refactor(ext/net):=20clean=20up=20v?= =?UTF-8?q?ariadic=20network=20ops=20(#16=E2=80=A6=20(#16422)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …392)" (#16417)" This reverts commit 8e3f825c921b38141afa7a69a0664881c5c94461. --- runtime/js/90_deno_ns.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'runtime/js/90_deno_ns.js') diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js index b2612f999..3bfd26da7 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -130,10 +130,7 @@ networkInterfaces: __bootstrap.os.networkInterfaces, getGid: __bootstrap.os.getGid, getUid: __bootstrap.os.getUid, - listen: __bootstrap.netUnstable.listen, - connect: __bootstrap.netUnstable.connect, - listenDatagram: __bootstrap.netUnstable.listenDatagram, - Listener: __bootstrap.netUnstable.Listener, + listenDatagram: __bootstrap.net.listenDatagram, umask: __bootstrap.fs.umask, HttpClient: __bootstrap.fetch.HttpClient, createHttpClient: __bootstrap.fetch.createHttpClient, -- cgit v1.2.3