Discontinued | Ember.js RFCs

Discontinued

The Discontinued stage is a phase where a previously accepted RFC is no longer going to be implemented. See the list of discontinued RFCs below.

#790

Deprecate ajax in favor of fetch in ember-data

EmberData | Deprecate ajax requests Summary Deprecates use of ajax methods in favor of fetch to request API data. Motivation Currently, ember-data maintains two methods for users to fetch data from their backend - fetching with jQuery.ajax and fetch. Confusion further exists in the adapters if users implement functionality to change out of the box behaviour. They can override ajax methods but without a clean interface to operate with, what they really may be doing is overriding how fetch works. With Ember 4.0 dropping jQuery, we should take a hard stance on dropping the use of ajax in the

  • Avatar for snewcomer snewcomer