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
In my Backbone app, I have written a function that sits on top of fetch and deals with things like params for me. I would be able to use this plugin if it allowed the configuration of not just the parameters in the fetch call, but total control over what function gets called. I should be able to use my custom method in place of fetch.
In my Backbone app, I have written a function that sits on top of
fetch
and deals with things like params for me. I would be able to use this plugin if it allowed the configuration of not just the parameters in thefetch
call, but total control over what function gets called. I should be able to use my custom method in place offetch
.Would you consider adding this?
For reference, this is what I would like control over: https://github.com/joneath/infiniScroll.js/blob/master/lib/infiniScroll.js#L90-95
The text was updated successfully, but these errors were encountered: