Class Fetch
public
Defined in:
../request/src/fetch.ts:95
Module:
@ember-data/request/fetch
A basic handler which converts a request into a
fetch
call presuming the response to be json
.
import Fetch from '@ember-data/request/fetch';
manager.use([Fetch]);