Ember addon that provides a fetch service with an API compatible with ember-ajax. Current version 2.2.2 requires Ember 3.28+ and Node 18+. It is a drop-in replacement using the Fetch API instead of jQuery.ajax, reducing bundle size and improving modern browser compatibility. Release cadence is low; the addon is stable and feature-complete.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
The fetch service must be imported from the specific path 'ember-ajax-fetch/services/fetch'. Default import from the package root does not exist.
The service is named 'fetch', but for ember-ajax compatibility you can alias it as AjaxService.
In classic Ember, use `this.get('fetch')` to access the injected service, not `this.fetch`.
Shows how to inject and use the fetch service in an Ember component, including header customization.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.