Documentation / @ember-data/request / fetch
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]);