diff options
author | James Bradlee <post@jamesb.no> | 2022-05-31 10:42:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 17:42:44 +0900 |
commit | c41544ac7b502fbdb6c1ee96a604490b72eb7770 (patch) | |
tree | e2b855a0c722feddf170ffb11c2a7f756a7f1e56 /runtime/js/90_deno_ns.js | |
parent | d9ed5e905c25bd415b5e65649a44e0a1580e5ed1 (diff) |
feat(unstable): add Deno.getGid (#14528)
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 879e63e57..24a31bc31 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -124,6 +124,7 @@ osRelease: __bootstrap.os.osRelease, systemMemoryInfo: __bootstrap.os.systemMemoryInfo, networkInterfaces: __bootstrap.os.networkInterfaces, + getGid: __bootstrap.os.getGid, getUid: __bootstrap.os.getUid, sleepSync: __bootstrap.timers.sleepSync, listen: __bootstrap.netUnstable.listen, |