ember-cli-ifa icon indicating copy to clipboard operation
ember-cli-ifa copied to clipboard

Use of native fetch causes errors in IE

Open danwenzel opened this issue 5 years ago • 0 comments

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?

danwenzel avatar Jan 24 '20 16:01 danwenzel