Skip to content

Commit

Permalink
Add a list of alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-andrews committed Sep 15, 2020
1 parent 49280e6 commit 9f5a8b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ fetch('//offline-news-api.herokuapp.com/stories')
## License

All open source code released by FT Labs is licenced under the MIT licence. Based on [the fine work by](https://github.com/github/fetch/pull/31) **[jxck](https://github.com/Jxck)**.

## Alternatives

- [cross-fetch](https://github.com/lquixada/cross-fetch#why-not-isomorphic-fetch)
- Using [node-fetch](https://github.com/node-fetch/node-fetch) and the [Fetch polyfill](https://github.com/github/fetch) directly (or from [polyfill.io](https://polyfill.io), or relying on [the browser's implementation of the Fetch API](https://caniuse.com/fetch)).

0 comments on commit 9f5a8b6

Please sign in to comment.