-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
beforeSend option #222
Comments
It's also used in ember-data JSONAPIAdapter, and lots of other addons.
|
@xg-wang other
However, |
Seems that some addons like ember-simple-auth make use of the
beforeSend
option. This option works on jquery ajax: http://api.jquery.com/jQuery.ajax/Here, for example: https://github.com/simplabs/ember-simple-auth/blob/master/addon/mixins/data-adapter-mixin.js#L97
Would it make sense for AdapterFetch to try to use this option?
At the moment, I don't think it is possible to use ember-simple-auth + ember-data + ember-fetch?
The text was updated successfully, but these errors were encountered: