adopted-ember-addons / adopted-ember-addons/ember-cli-ifa
Use of native fetch causes errors in IE
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 56
- Forks
- 46
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
We're using the native fetch here: https://github.com/adopted-ember-addons/ember-cli-ifa/blob/e0c38a0a4c3f70671a69c265df3e8a2e08e9726b/addon/initializers/asset-map.js#L24
This throws an error in Internet Explorer, since it doesn't support native fetch. Should we switch to using `ember-fetch`?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.