I use the cljs-http in chrome extension, it's version "0.1.46" . but i get this error:
(go (let [response (<! (http/get "https://api.github.com/users"
{:with-credentials? false
:query-params {"since" 135}}))]
(prn (:status response))
(prn (map :login (:body response)))))

I use the cljs-http in chrome extension, it's version "0.1.46" . but i get this error: