summaryrefslogtreecommitdiff
path: root/runtime/js/90_deno_ns.js
diff options
context:
space:
mode:
authorColin Ihrig <cjihrig@gmail.com>2022-10-25 11:21:14 -0400
committerGitHub <noreply@github.com>2022-10-25 11:21:14 -0400
commit606db35ccbe8e3c1ce93ae943a2f9850558400af (patch)
tree48123d79982e74a5be8c0679c6f1a7ef9abe2df1 /runtime/js/90_deno_ns.js
parentf242d98280a7b261af9bf458498915d973f8d48e (diff)
feat: stabilize Deno.loadavg() (#16412)
Diffstat (limited to 'runtime/js/90_deno_ns.js')
-rw-r--r--runtime/js/90_deno_ns.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js
index 815173a25..b4440d2ac 100644
--- a/runtime/js/90_deno_ns.js
+++ b/runtime/js/90_deno_ns.js
@@ -89,6 +89,7 @@
seekSync: __bootstrap.files.seekSync,
connect: __bootstrap.net.connect,
listen: __bootstrap.net.listen,
+ loadavg: __bootstrap.os.loadavg,
connectTls: __bootstrap.tls.connectTls,
listenTls: __bootstrap.tls.listenTls,
startTls: __bootstrap.tls.startTls,
@@ -120,7 +121,6 @@
__bootstrap.denoNsUnstable = {
consoleSize: __bootstrap.tty.consoleSize,
DiagnosticCategory: __bootstrap.diagnostics.DiagnosticCategory,
- loadavg: __bootstrap.os.loadavg,
osRelease: __bootstrap.os.osRelease,
systemMemoryInfo: __bootstrap.os.systemMemoryInfo,
networkInterfaces: __bootstrap.os.networkInterfaces,