Skip to content

Documentation / @ember-data/request / fetch

A basic Fetch Handler which converts a request into a fetch call presuming the response to be json.

ts
import Fetch from '@ember-data/request/fetch';

manager.use([Fetch]);

Classes

Released under the MIT License.