Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuration of fetch method #11

Open
OliverJAsh opened this issue Apr 16, 2013 · 1 comment
Open

Allow configuration of fetch method #11

OliverJAsh opened this issue Apr 16, 2013 · 1 comment

Comments

@OliverJAsh
Copy link

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.

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

@david-crespo
Copy link

Instead of using a function on top of fetch, you could override it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants