package os
- Alphabetic
- Public
- All
Type Members
-
trait
CPUInfo extends Object
- Annotations
- @RawJSType() @native()
-
trait
CPUTime extends Object
- Annotations
- @RawJSType() @native()
-
class
NetworkInterface extends Object
Represents a Network Interface
Represents a Network Interface
- Annotations
- @ScalaJSDefined() @RawJSType()
-
trait
OS extends Object
Provides a few basic operating-system related utility functions.
Provides a few basic operating-system related utility functions.
- Annotations
- @RawJSType() @native()
- See also
https://nodejs.org/api/os.html
-
class
UserInfoObject extends Object
User Information Object
User Information Object
- Annotations
- @ScalaJSDefined() @RawJSType()
{"uid":501,"gid":20,"username":"ldaniels","homedir":"/Users/ldaniels","shell":"/bin/bash"}
Example: -
class
UserInfoOptions extends Object
User Info Options
User Info Options
- Annotations
- @ScalaJSDefined() @RawJSType()