Home »
MCQs »
EmberJS MCQs
Which of the following adapter in EmberJS is used to connect with an HTTP server via your store, which sends JSON using XHR?
49. Which of the following adapter in EmberJS is used to connect with an HTTP server via your store, which sends JSON using XHR?
- DS.Adapter
- DS.JSONAPIAdapter
- DS.RESTAdapter
Answer: C) DS.RESTAdapter
Explanation:
DS.RESTAdapter in EmberJS is used to connect with an HTTP server via your store, which sends JSON using XHR.