Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 403 Bytes

Readme.md

File metadata and controls

7 lines (4 loc) · 403 Bytes

declarative-fetch

Pure fetch function. Mimics the fetch API, but produces a javascript object describing the fetch to be performed, that can be executed by libraries like redux-fetch.

Usage

The API is identical to HTML5 fetch, except that it returns a declarative-promise, rather than a real promise.