Skip to content

Commit 9f5a8b6

Browse files
Add a list of alternatives
1 parent 49280e6 commit 9f5a8b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ fetch('//offline-news-api.herokuapp.com/stories')
5050
## License
5151

5252
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)**.
53+
54+
## Alternatives
55+
56+
- [cross-fetch](https://github.com/lquixada/cross-fetch#why-not-isomorphic-fetch)
57+
- 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 commit comments

Comments
 (0)