mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 15:57:53 +00:00
feat(unstable): add Deno.networkInterfaces (#13475)
This commit is contained in:
parent
1a3983a538
commit
d08da94233
4 changed files with 61 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue