ember-cli / ember-ajax

Service for making AJAX requests in Ember applications
MIT License
212 stars 87 forks source link

Allow `undefined` for dataType option #447

Open Kerrick opened 5 years ago

Kerrick commented 5 years ago

This change allows users of ember-ajax to opt into jQuery's "intelligent guess" based on the response's Content-Type headers.