Class Fetch
public
Defined in:
../packages/request/src/fetch.ts:10
Module:
@ember-data/request/fetch
A basic handler which onverts a request into a
fetch
call presuming the response to be json
.
1 2 3 |
import { Fetch } from '@ember-data/request/fetch'; manager.use([Fetch]); |