Skip to content

Commit 25e3cab

Browse files
committed
Add link to fetch-ponyfill
1 parent 8d33aba commit 25e3cab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
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)