I copied this example from the readme and it isn't working for me
(def c (chrome {:load-strategy :none}))
(go c "<http://some.slow.site.com>")
;; no pause, acts immediately
(do-something)
Has anybody else had this issue? For me, it hangs until the page is fully loaded