ember-fetch

JSON →
library 8.1.2 ·javascript
verified Jun 7, 2026

An Ember addon that wraps the GitHub fetch polyfill for ember-cli apps. Provides a standards-compliant fetch implementation for browsers that lack native support, with optional fallback to native fetch when available. Version 8.1.2 is stable, actively maintained, and works with Ember 2.13+. Ships TypeScript declarations. Key differentiators: seamless integration with Ember's build pipeline, Fastboot support with automatic absolute URL resolution, optional native fetch bypass via build config, and support for AbortController. Ember Data 3.9.2+ includes built-in fetch; for older versions use v7.x.