-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Way to Force HTML5 Fetch? #6759
Comments
You should be able to set |
I think we automatically use ember-fetch if it is installed? |
As the |
Ya, we can't change to fetch by default (when both ember-fetch and jQuery are present). It would be a breaking change due to things like jQuery emitting ajaxStart/ajaxComplete, jQuery.prefilter, etc). |
Description
With Octane allowing jQuery (and our app being quite a distance from being able to switch it off) I'd still like to unify all of our data calls in fetch and be that one step closer. Could this be added as a feature flag to override the jQuery detection in useFetch?
Probably related to #6093, but not tied to the jQuery optional feature as that can be left on while still allowing fetch to be used.
The text was updated successfully, but these errors were encountered: