Option to block all future requests after the first is done
There are cases where I don't just want to block a request while a duplicate is pending. I also want an option so I can block all future requests after the first is successful. This is useful, as in my use case I have data that is required by multiple components, but it never needs to be reloaded.
Would probably want some kind of force update option too.
+1
Thanks for the feature request! This is a great idea. To be honest, I've been using a more robust (but more tightly-coupled to my data model) solution in my own projects lately, so I haven't done much with this library. I'd like to return to it, however, and make some improvements such as this.
Do you have any suggestions for the kind of API you are suggesting? Would you want these options on a global level, or on a per-URL level? If you have something more specific in mind, please feel free to share.