Liking cljdoc? Tell your friends :D

oc.lib.cljs.useragent


android?cljs


browser-versioncljs

The string that describes the version number of the user agent.

The string that describes the version number of the user agent.
raw docstring

browser-version-or-higher?cljs

(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.
raw docstring

chrome?cljs


desktop-app?cljs

Whether we're running in the desktop application

Whether we're running in the desktop application
raw docstring

edge?cljs


firefox?cljs


gecko?cljs


ie-or-edge?cljs


ie?cljs


ios?cljs


ipad?cljs


iphone?cljs


ipod?cljs


linux?cljs


mac?cljs


mobile-app?cljs

Whether we're running in the mobile application

Whether we're running in the mobile application
raw docstring

mobile?cljs


opera?cljs


os-versioncljs

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.
raw docstring

os-version-or-higher?cljs

(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.
raw docstring

pseudo-native?cljs

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)
raw docstring

safari?cljs


webkit?cljs


windows?cljs


x11?cljs

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

× close