UNPKG

ember-ajax

Version:

Service for making AJAX requests in Ember applications.

4 lines (3 loc) 138 B
import jQuery from 'jquery'; const ajax = typeof FastBoot === 'undefined' ? jQuery.ajax : FastBoot.require('najax'); export default ajax;