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.
import { Fetch } from '@ember-data/request/fetch';
manager.use([Fetch]);