cljs.spec.test.alpha/get-host-port

functionpreviously cljs.spec.test/get-host-portEdit
(get-host-port)

Source code @ clojurescript:src/main/cljs/cljs/spec/test/alpha.cljs
(defn get-host-port []
  (if (not= "browser" *target*)
    {}
    {:host (.. js/window -location -host)
     :port (.. js/window -location -port)}))