diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2022-01-24 18:39:28 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 18:39:28 +0900 |
commit | d08da942339b86b2458ab06585e2f6e4ed30647b (patch) | |
tree | 785e980e09b9ebd7e0f60fda4053e014572229e9 /runtime/js/90_deno_ns.js | |
parent | 1a3983a538e8609eff362a1231d50a2182691a73 (diff) |
feat(unstable): add Deno.networkInterfaces (#13475)
Diffstat (limited to 'runtime/js/90_deno_ns.js')
-rw-r--r-- | runtime/js/90_deno_ns.js | 1 |
1 files changed, 1 insertions, 0 deletions
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, |