Skip to content

Commit 89c7e70

Browse files
Merge pull request #93 from paulmelnikow/fetch_ponyfill
Add link to fetch-ponyfill
2 parents 8d33aba + 25e3cab commit 89c7e70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Fetch for node and Browserify. Built on top of [GitHub's WHATWG Fetch polyfill]
88
- This adds `fetch` as a global so that its API is consistent between client and server.
99
- You must bring your own ES6 Promise compatible polyfill, I suggest [es6-promise](https://github.com/jakearchibald/es6-promise).
1010

11+
For [ease-of-maintenance and backward-compatibility reasons][why polyfill], this library will always be a polyfill. As a "safe" alternative, which does not modify the global, consider [fetch-ponyfill][].
12+
13+
[why polyfill]: https://github.com/matthew-andrews/isomorphic-fetch/issues/31#issuecomment-149668361
14+
[fetch-ponyfill]: https://github.com/qubyte/fetch-ponyfill
15+
1116
## Installation
1217

1318
### NPM

0 commit comments

Comments
 (0)