Skip to content

Commit

Permalink
Merge pull request #93 from paulmelnikow/fetch_ponyfill
Browse files Browse the repository at this point in the history
Add link to fetch-ponyfill
  • Loading branch information
matthew-andrews committed May 22, 2016
2 parents 8d33aba + 25e3cab commit 89c7e70
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 @@ -8,6 +8,11 @@ Fetch for node and Browserify. Built on top of [GitHub's WHATWG Fetch polyfill]
- This adds `fetch` as a global so that its API is consistent between client and server.
- You must bring your own ES6 Promise compatible polyfill, I suggest [es6-promise](https://github.com/jakearchibald/es6-promise).

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][].

[why polyfill]: https://github.com/matthew-andrews/isomorphic-fetch/issues/31#issuecomment-149668361
[fetch-ponyfill]: https://github.com/qubyte/fetch-ponyfill

## Installation

### NPM
Expand Down

0 comments on commit 89c7e70

Please sign in to comment.