Skip to content
module@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]);

Variables

Released under the MIT License.