UNPKG

ember-ajax

Version:

Service for making AJAX requests in Ember applications.

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