1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/runtime/permissions
Kamil Ogórek 3baf1a4bd3
feat(unstable): Add "Deno.osUptime()" API (#17179)
This PR adds support for `Deno.osUptime` which reports number of seconds
since os was booted. It will allow us to be compatible with Node's `os.uptime` -
https://nodejs.org/api/os.html#osuptime

Partially based on
https://docs.rs/uptime_lib/latest/src/uptime_lib/lib.rs.html
2023-01-05 13:05:48 +01:00
..
mod.rs feat(unstable): Add "Deno.osUptime()" API (#17179) 2023-01-05 13:05:48 +01:00
prompter.rs fix: hide progress bars when showing permission prompt (#17130) 2023-01-05 13:04:01 +01:00