Skip to content

Wraps any fetch implementation (Removes isomorphic-fetch dep)

Choose a tag to compare

@jonbern jonbern released this 20 Jan 18:13
· 104 commits to master since this release

This version removes the isomorphic-fetch dependency, and allows any fetch implementation to be extended with retry functionality.

Big Thanks to @vishalvijay for providing the PR with this functionality.