Wraps any fetch implementation (Removes isomorphic-fetch dep)
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.