Fork me on GitHub
#re-frame
<
2017-04-24
>
souenzzo02:04:27

I want to always exchange with API an token on header (I send on request, it returns a new one on response). It will be a "interceptor" on event handler But how to get headers from response?

jfntn14:04:34

I’ve been bitten by the use of bound-fn in the implementation of after-render for the jvm interop. I think the source of the problem was that I had defined the handlers inside the test source file, but the symptoms were that re-evaluating or re-registering the handlers had no effect.

jfntn14:04:03

Another issue which I think is related was that event dispatches caused NPEs after clearing the handlers from the registrar and re-registering them