File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1527
1527
:timeout-ms (or (:timeout-ms ajax-opts)
1528
1528
default-client-side-ajax-timeout-ms )
1529
1529
:resp-type :text ; Prefer to do our own pstr reading
1530
+ :xhr-cb-fn (fn [xhr] (reset! curr-xhr_ xhr))
1530
1531
:params
1531
1532
(merge
1532
1533
; ; Note that user params here are actually POST
1694
1695
:headers ; Map of additional headers to include in the initiating request
1695
1696
; (currently only for Java clients).
1696
1697
:packer ; :edn (default), or an IPacker implementation.
1697
- :ajax-opts ; Base opts map provided to `taoensso.encore/ajax-lite`.
1698
+ :ajax-opts ; Base opts map provided to `taoensso.encore/ajax-lite`, see
1699
+ ; relevant docstring for more info.
1698
1700
:wrap-recv-evs? ; Should events from server be wrapped in [:chsk/recv _]?
1699
1701
; Default false for Sente >= v1.18, true otherwise.
1700
1702
You can’t perform that action at this time.
0 commit comments