Liking cljdoc? Tell your friends :D
Clojure only.

clj-chrome-devtools.commands.system-info

The SystemInfo domain defines methods and events for querying low-level system information.

The SystemInfo domain defines methods and events for querying low-level system information.
raw docstring

get-infoclj

(get-info)
(get-info {:as params :keys []})
(get-info connection {:as params :keys []})

Returns information about the system.

Return map keys:

KeyDescription
:gpuInformation about the GPUs on the system.
:model-nameA platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported.
:model-versionA platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported.
:command-lineThe command line string used to launch the browser. Will be the empty string if not supported.
Returns information about the system.

Return map keys:


  Key            | Description 
  ---------------|------------ 
  :gpu           | Information about the GPUs on the system.
  :model-name    | A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported.
  :model-version | A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported.
  :command-line  | The command line string used to launch the browser. Will be the empty string if not supported.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close