ember-cli / ember-cli/ember-fetch
beforeSend option
Open
- Dominant language
- JavaScript
- Stars
- 176
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.