The string that describes the version number of the user agent.
The string that describes the version number of the user agent.
(browser-version-or-higher? v)
Returns true if the browser version is v or higher.
Returns true if the browser version is v or higher.
Whether we're running in the desktop application
Whether we're running in the desktop application
Whether we're running in the mobile application
Whether we're running in the mobile application
Detects the version of the OS/platform the browser is running in. Not supported for Linux, where an empty string is returned.
Detects the version of the OS/platform the browser is running in. Not supported for Linux, where an empty string is returned.
(os-version-or-higher? v)
Returns true if the OS/platform is v or higher.
Returns true if the OS/platform is v or higher.
Whether we're running in a web-in-native wrapper (e.g. electron, expo, etc)
Whether we're running in a web-in-native wrapper (e.g. electron, expo, etc)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close