You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working out how to get incremental results, not sure if you want to support it as cljs-http might be moving from xhrio (#21). I've got an issue open there, and it can be plugged in at either level.
It's based on me reading through kennethkalmer's PR (#18) and working backwards to figure out where the change should start.
The goal of re-frame-http-fx has always been to be a very thin wrapper around cljs-ajax that introduces as few new concepts of features as possible, so I would suggest trying upstream first. Appreciate the feedback and research though!
@danielcompton No problem and totally understand that, I'll see what the response is there :)...
Do you mind if I leave this open here if someone's looking how they'd do it?
I've been working out how to get incremental results, not sure if you want to support it as
cljs-http
might be moving from xhrio (#21). I've got an issue open there, and it can be plugged in at either level.It's based on me reading through
kennethkalmer
's PR (#18) and working backwards to figure out where the change should start.The essence of it is here:
You can now define an
on-progress
fn that does something with the partial response:Not sure if you want to support it, or should I try upstream?
The text was updated successfully, but these errors were encountered: