KC
Size: a a a
KC
Г
(ns
(:require [web.geolocation.Geolocation :as geo]))
(geo/get-current-position js/navigator.geolocation)
The required namespace "web.geolocation.Geolocation" is not available
Г
KC
KC
clojure-interop/cljs-web-api “1.0.9”
Г
getCurrentPosition' on 'Geolocation': 1 argument required, but only 0 present
KC
KC
(geo/get-current-position js/navigator.geolocation (fn [res] (js/console.log res)))
Г
CD
KC
KC
Г
KC
KC
CD
KC