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?

  1. DS.Adapter
  2. DS.JSONAPIAdapter
  3. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.