You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fetch API doesn't have the same legacy issues that AJAX has, such as the madness with URL encoding data. However, Internet Explorer has zero support for this API. We could work around this, if necessary, by using a polyfill (https://github.com/ember-cli/ember-fetch).
Would require update to relevant services and tests.
Current usage of AJAX
current-user.js
autocomplete.js
metadata-schema.js
dashboard.js
Current usage of Fetch
doi.js
nlmta.js
The text was updated successfully, but these errors were encountered:
The fetch API doesn't have the same legacy issues that AJAX has, such as the madness with URL encoding data. However, Internet Explorer has zero support for this API. We could work around this, if necessary, by using a polyfill (https://github.com/ember-cli/ember-fetch).
Would require update to relevant services and tests.
Current usage of AJAX
Current usage of Fetch
The text was updated successfully, but these errors were encountered: