Skip to content

Commit

Permalink
Update data-adapter-mixin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Palmas authored and marcoow committed Jun 7, 2017
1 parent 1f453b7 commit 6aaeef8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions addon/mixins/data-adapter-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ export default Mixin.create({
used.
Until [emberjs/rfcs#171](https://github.com/emberjs/rfcs/pull/171)
gets resolved, this method will be called for **every** ember-data version.
gets resolved and [ds-improved-ajax](https://github.com/emberjs/data/pull/3099)
[feature flag](https://github.com/emberjs/data/blob/master/FEATURES.md#feature-flags)
is enabled, this method will be called for **every** ember-data version.
`headersForRequest` *should* replace it after the resolution of the RFC.
@method ajaxOptions
Expand Down Expand Up @@ -94,7 +96,9 @@ export default Mixin.create({
by the {{#crossLink "DataAdapterMixin/authorizer:property"}}{{/crossLink}}.
Until [emberjs/rfcs#171](https://github.com/emberjs/rfcs/pull/171)
gets resolved, this method will **not** be used.
gets resolved and [ds-improved-ajax](https://github.com/emberjs/data/pull/3099)
[feature flag](https://github.com/emberjs/data/blob/master/FEATURES.md#feature-flags)
is enabled, this method will **not** be used.
See `ajaxOptions` instead.
@method headersForRequest
Expand Down

0 comments on commit 6aaeef8

Please sign in to comment.