Fetch Class
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]);
../packages/request/src/fetch.ts:90
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]);