From d08da942339b86b2458ab06585e2f6e4ed30647b Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Mon, 24 Jan 2022 18:39:28 +0900 Subject: feat(unstable): add Deno.networkInterfaces (#13475) --- runtime/js/90_deno_ns.js | 1 + 1 file changed, 1 insertion(+) (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 d93ea4c54..93e46b61e 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -121,6 +121,7 @@ hostname: __bootstrap.os.hostname, osRelease: __bootstrap.os.osRelease, systemMemoryInfo: __bootstrap.os.systemMemoryInfo, + networkInterfaces: __bootstrap.os.networkInterfaces, applySourceMap: __bootstrap.errorStack.opApplySourceMap, formatDiagnostics: __bootstrap.errorStack.opFormatDiagnostics, sleepSync: __bootstrap.timers.sleepSync, -- cgit v1.2.3