Closed tgvashworth closed 8 years ago
The README is p out of date.
Specifically, fetch-engine is now called as a normal function, and passed a FetchGroup, or an object that can be passed to a FetchGroup:
fetch-engine
FetchGroup
var fetch = fetchEngine(new FetchGroup({ ... }));
I'll take this one, reckon I can just about manage!
My hero :heart:
The README is p out of date.
Specifically,
fetch-engine
is now called as a normal function, and passed aFetchGroup
, or an object that can be passed to aFetchGroup
: